#9B20EA

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

Shades of Blue Violet #9B20EA

Tints of Blue Violet #9B20EA

Color information

#9B20EA (or 0x9B20EA) is unknown color: approx Blue Violet. HEX triplet: 9B, 20 and EA. RGB value is (155,32,234). Sum of RGB (Red+Green+Blue) = 155+32+234=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 32 (12.89% from 255 or 7.60% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #9B20EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B20EA is #64DF15. Grayscale: #5B5B5B. Windows color (decimal): -6610710 or 15343771. OLE color: 15343771.

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

Color convert

RGB15532234-
CMYK0.340.8600.08
HSL276.53º82.79%52.16%-
HSV(B)276.53º86.32%91.76%-
XYZ28.8913.9479.01-
YUV91.8208.25173.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 32 (12.89% from 255) = 7.60%
BLUE value IS 234 (91.80% from 255) = 55.58%
R=36.82%
G=7.60%
B=55.58%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal155322340.340.8600.08276.5382.7952.16
Hex9B20EA2256081155334
Octal233403524212601042512364
Binary10011011100000111010101000101010110010001000101011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B20EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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