#9B2FE8

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

Shades of Blue Violet #9B2FE8

Tints of Blue Violet #9B2FE8

Color information

#9B2FE8 (or 0x9B2FE8) is unknown color: approx Blue Violet. HEX triplet: 9B, 2F and E8. RGB value is (155,47,232). Sum of RGB (Red+Green+Blue) = 155+47+232=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #9B2FE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B2FE8 is #64D017. Grayscale: #636363. Windows color (decimal): -6606872 or 15216539. OLE color: 15216539.

HSL color Cylindrical-coordinate representation of color #9B2FE8: hue angle of 275.03º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B2FE8 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15547232-
CMYK0.330.8000.09
HSL275.03º80.09%54.71%-
HSV(B)275.03º79.74%90.98%-
XYZ29.114.8377.67-
YUV100.38202.28166.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 47 (18.75% from 255) = 10.83%
BLUE value IS 232 (91.02% from 255) = 53.46%
R=35.71%
G=10.83%
B=53.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal155472320.330.8000.09275.0380.0954.71
Hex9B2FE82150091135037
Octal233573504112001142312067
Binary10011011101111111010001000011010000010011000100111010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2FE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,47,232); }

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

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

 a { background-color: rgb(155,47,232); }

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

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

 span { border-color: rgb(155,47,232); }

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