#9C36AA

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

Shades of Vivid Violet #9C36AA

Tints of Vivid Violet #9C36AA

Color information

#9C36AA (or 0x9C36AA) is unknown color: approx Vivid Violet. HEX triplet: 9C, 36 and AA. RGB value is (156,54,170). Sum of RGB (Red+Green+Blue) = 156+54+170=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C36AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C36AA is #63C955. Grayscale: #616161. Windows color (decimal): -6539606 or 11155100. OLE color: 11155100.

HSL color Cylindrical-coordinate representation of color #9C36AA: hue angle of 292.76º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9C36AA is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15654170-
CMYK0.080.6800.33
HSL292.76º51.79%43.92%-
HSV(B)292.76º68.24%66.67%-
XYZ22.2912.6139.29-
YUV97.72168.79169.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 54 (21.48% from 255) = 14.21%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=41.05%
G=14.21%
B=44.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156541700.080.6800.33292.7651.7943.92
Hex9C36AA844021125342c
Octal23466252101040414456454
Binary1001110011011010101010100010001000100001100100101110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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