#9249F3

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

Shades of Blue Violet #9249F3

Tints of Blue Violet #9249F3

Color information

#9249F3 (or 0x9249F3) is unknown color: approx Blue Violet. HEX triplet: 92, 49 and F3. RGB value is (146,73,243). Sum of RGB (Red+Green+Blue) = 146+73+243=462 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.60% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 243 (95.31% from 255 or 52.60% from 462); Max value from RGB is 243 - color contains mainly: blue. Hex color #9249F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9249F3 is #6DB60C. Grayscale: #717171. Windows color (decimal): -7190029 or 15944082. OLE color: 15944082.

HSL color Cylindrical-coordinate representation of color #9249F3: hue angle of 265.76º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9249F3 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14673243-
CMYK0.400.7000.05
HSL265.76º87.63%61.96%-
HSV(B)265.76º69.96%95.29%-
XYZ30.4117.3586.54-
YUV114.21200.68150.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.60%
GREEN value IS 73 (28.91% from 255) = 15.80%
BLUE value IS 243 (95.31% from 255) = 52.60%
R=31.60%
G=15.80%
B=52.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146732430.400.7000.05265.7687.6361.96
Hex9249F328460510a583e
Octal222111363501060541213076
Binary10010010100100111110011101000100011001011000010101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9249F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9249F3; }

 p { color: rgb(146,73,243); }

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

<style>
 a { background-color: #9249F3; }

 a { background-color: rgb(146,73,243); }

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

<style>
 span { border-color: #9249F3; }

 span { border-color: rgb(146,73,243); }

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