#9238E0

Color #9238E0 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9238E0

Tints of Blue Violet #9238E0

Color information

#9238E0 (or 0x9238E0) is unknown color: approx Blue Violet. HEX triplet: 92, 38 and E0. RGB value is (146,56,224). Sum of RGB (Red+Green+Blue) = 146+56+224=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 56 (22.27% from 255 or 13.15% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #9238E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9238E0 is #6DC71F. Grayscale: #656565. Windows color (decimal): -7194400 or 14694546. OLE color: 14694546.

HSL color Cylindrical-coordinate representation of color #9238E0: hue angle of 272.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9238E0 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14656224-
CMYK0.350.7500.12
HSL272.14º73.04%54.9%-
HSV(B)272.14º75%87.84%-
XYZ26.7214.3271.88-
YUV102.06196.82159.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 56 (22.27% from 255) = 13.15%
BLUE value IS 224 (87.89% from 255) = 52.58%
R=34.27%
G=13.15%
B=52.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146562240.350.7500.12272.1473.0454.9
Hex9238E0234B0C1104937
Octal222703404311301442011167
Binary10010010111000111000001000111001011011001000100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9238E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9238E0; }

 p { color: rgb(146,56,224); }

 H1.HeaderClassName
 {
   color: #9238E0;
 }
 .AnyTagClassName
 {
   color: #9238E0;
 }
</style>
background-color css

<style>
 a { background-color: #9238E0; }

 a { background-color: rgb(146,56,224); }

 div.DivClassName
 {
   background-color: #9238E0;
 }
 .BgClassName
 {
   background-color: #9238E0;
 }
</style>
border-color css

<style>
 span { border-color: #9238E0; }

 span { border-color: rgb(146,56,224); }

 td.TdClassName
 {
   border-color: #9238E0;
 }
 .TagClassName
 {
   border-color: #9238E0;
 }
</style>