#9231F2

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

Shades of Blue Violet #9231F2

Tints of Blue Violet #9231F2

Color information

#9231F2 (or 0x9231F2) is unknown color: approx Blue Violet. HEX triplet: 92, 31 and F2. RGB value is (146,49,242). Sum of RGB (Red+Green+Blue) = 146+49+242=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #9231F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9231F2 is #6DCE0D. Grayscale: #636363. Windows color (decimal): -7196174 or 15872402. OLE color: 15872402.

HSL color Cylindrical-coordinate representation of color #9231F2: hue angle of 270.16º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9231F2 is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14649242-
CMYK0.400.8000.05
HSL270.16º88.13%57.06%-
HSV(B)270.16º79.75%94.9%-
XYZ28.9814.7285.32-
YUV100208.14160.81-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 49 (19.53% from 255) = 11.21%
BLUE value IS 242 (94.92% from 255) = 55.38%
R=33.41%
G=11.21%
B=55.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146492420.400.8000.05270.1688.1357.06
Hex9231F228500510e5839
Octal22261362501200541613071
Binary1001001011000111110010101000101000001011000011101011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9231F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9231F2; }

 p { color: rgb(146,49,242); }

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

<style>
 a { background-color: #9231F2; }

 a { background-color: rgb(146,49,242); }

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

<style>
 span { border-color: #9231F2; }

 span { border-color: rgb(146,49,242); }

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