#9C36E1

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

Shades of Blue Violet #9C36E1

Tints of Blue Violet #9C36E1

Color information

#9C36E1 (or 0x9C36E1) is unknown color: approx Blue Violet. HEX triplet: 9C, 36 and E1. RGB value is (156,54,225). Sum of RGB (Red+Green+Blue) = 156+54+225=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 54 (21.48% from 255 or 12.41% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #9C36E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C36E1 is #63C91E. Grayscale: #676767. Windows color (decimal): -6539551 or 14759580. OLE color: 14759580.

HSL color Cylindrical-coordinate representation of color #9C36E1: hue angle of 275.79º 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 #9C36E1 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15654225-
CMYK0.310.7600.12
HSL275.79º74.03%54.71%-
HSV(B)275.79º76%88.24%-
XYZ28.6215.1472.65-
YUV103.99196.29165.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 54 (21.48% from 255) = 12.41%
BLUE value IS 225 (88.28% from 255) = 51.72%
R=35.86%
G=12.41%
B=51.72%

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
Decimal156542250.310.7600.12275.7974.0354.71
Hex9C36E11F4C0C1144a37
Octal234663413711401442411267
Binary1001110011011011100001111111001100011001000101001001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C36E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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