#9215E8

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

Shades of Blue Violet #9215E8

Tints of Blue Violet #9215E8

Color information

#9215E8 (or 0x9215E8) is unknown color: approx Blue Violet. HEX triplet: 92, 15 and E8. RGB value is (146,21,232). Sum of RGB (Red+Green+Blue) = 146+21+232=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 21 (8.59% from 255 or 5.26% from 399); Blue value is 232 (91.02% from 255 or 58.15% from 399); Max value from RGB is 232 - color contains mainly: blue. Hex color #9215E8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9215E8 is #6DEA17. Grayscale: #515151. Windows color (decimal): -7203352 or 15209874. OLE color: 15209874.

HSL color Cylindrical-coordinate representation of color #9215E8: hue angle of 275.55º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9215E8 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14621232-
CMYK0.370.9100.09
HSL275.55º83.4%49.61%-
HSV(B)275.55º90.95%90.98%-
XYZ26.6912.4777.34-
YUV82.43212.41173.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.59%
GREEN value IS 21 (8.59% from 255) = 5.26%
BLUE value IS 232 (91.02% from 255) = 58.15%
R=36.59%
G=5.26%
B=58.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146212320.370.9100.09275.5583.449.61
Hex9215E8255B091145332
Octal222253504513301142412362
Binary1001001010101111010001001011011011010011000101001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9215E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9215E8; }

 p { color: rgb(146,21,232); }

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

<style>
 a { background-color: #9215E8; }

 a { background-color: rgb(146,21,232); }

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

<style>
 span { border-color: #9215E8; }

 span { border-color: rgb(146,21,232); }

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