#9C36A4

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

Shades of Vivid Violet #9C36A4

Tints of Vivid Violet #9C36A4

Color information

#9C36A4 (or 0x9C36A4) is unknown color: approx Vivid Violet. HEX triplet: 9C, 36 and A4. RGB value is (156,54,164). Sum of RGB (Red+Green+Blue) = 156+54+164=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #9C36A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C36A4 is #63C95B. Grayscale: #606060. Windows color (decimal): -6539612 or 10761884. OLE color: 10761884.

HSL color Cylindrical-coordinate representation of color #9C36A4: hue angle of 295.64º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C36A4 is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15654164-
CMYK0.050.6700.36
HSL295.64º50.46%42.75%-
HSV(B)295.64º67.07%64.31%-
XYZ21.7312.3936.37-
YUV97.04165.79170.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.71%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 164 (64.45% from 255) = 43.85%
R=41.71%
G=14.44%
B=43.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal156541640.050.6700.36295.6450.4642.75
Hex9C36A4543024128322b
Octal2346624451030444506253
Binary100111001101101010010010110000110100100100101000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C36A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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