#9B15EA

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

Shades of Blue Violet #9B15EA

Tints of Blue Violet #9B15EA

Color information

#9B15EA (or 0x9B15EA) is unknown color: approx Blue Violet. HEX triplet: 9B, 15 and EA. RGB value is (155,21,234). Sum of RGB (Red+Green+Blue) = 155+21+234=410 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.80% from 410); Green value is 21 (8.59% from 255 or 5.12% from 410); Blue value is 234 (91.80% from 255 or 57.07% from 410); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B15EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9B15EA is #64EA15. Grayscale: #545454. Windows color (decimal): -6613526 or 15340955. OLE color: 15340955.

HSL color Cylindrical-coordinate representation of color #9B15EA: hue angle of 277.75º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B15EA is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15521234-
CMYK0.340.9100.08
HSL277.75º83.53%50%-
HSV(B)277.75º91.03%91.76%-
XYZ28.6413.4578.93-
YUV85.35211.89177.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.80%
GREEN value IS 21 (8.59% from 255) = 5.12%
BLUE value IS 234 (91.80% from 255) = 57.07%
R=37.80%
G=5.12%
B=57.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal155212340.340.9100.08277.7583.5350
Hex9B15EA225B081165432
Octal233253524213301042612462
Binary1001101110101111010101000101011011010001000101101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B15EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B15EA; }

 p { color: rgb(155,21,234); }

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

<style>
 a { background-color: #9B15EA; }

 a { background-color: rgb(155,21,234); }

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

<style>
 span { border-color: #9B15EA; }

 span { border-color: rgb(155,21,234); }

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