#9B36E1

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

Shades of Blue Violet #9B36E1

Tints of Blue Violet #9B36E1

Color information

#9B36E1 (or 0x9B36E1) is unknown color: approx Blue Violet. HEX triplet: 9B, 36 and E1. RGB value is (155,54,225). Sum of RGB (Red+Green+Blue) = 155+54+225=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #9B36E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B36E1 is #64C91E. Grayscale: #676767. Windows color (decimal): -6605087 or 14759579. OLE color: 14759579.

HSL color Cylindrical-coordinate representation of color #9B36E1: hue angle of 275.44º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B36E1 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15554225-
CMYK0.310.7600.12
HSL275.44º74.03%54.71%-
HSV(B)275.44º76%88.24%-
XYZ28.4315.0472.64-
YUV103.69196.46164.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 225 (88.28% from 255) = 51.84%
R=35.71%
G=12.44%
B=51.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal155542250.310.7600.12275.4474.0354.71
Hex9B36E11F4C0C1134a37
Octal233663413711401442311267
Binary1001101111011011100001111111001100011001000100111001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B36E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,54,225); }

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

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

 a { background-color: rgb(155,54,225); }

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

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

 span { border-color: rgb(155,54,225); }

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