#9C33AE

Color #9C33AE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #9C33AE

Tints of Dark Orchid #9C33AE

Color information

#9C33AE (or 0x9C33AE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 33 and AE. RGB value is (156,51,174). Sum of RGB (Red+Green+Blue) = 156+51+174=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 51 (20.31% from 255 or 13.39% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C33AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C33AE is #63CC51. Grayscale: #606060. Windows color (decimal): -6540370 or 11416476. OLE color: 11416476.

HSL color Cylindrical-coordinate representation of color #9C33AE: hue angle of 291.22º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C33AE is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15651174-
CMYK0.100.7100.32
HSL291.22º54.67%44.12%-
HSV(B)291.22º70.69%68.24%-
XYZ22.5312.4941.27-
YUV96.42171.79170.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.94%
GREEN value IS 51 (20.31% from 255) = 13.39%
BLUE value IS 174 (68.36% from 255) = 45.67%
R=40.94%
G=13.39%
B=45.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156511740.100.7100.32291.2254.6744.12
Hex9C33AEA47020123372c
Octal23463256121070404436754
Binary1001110011001110101110101010001110100000100100011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C33AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,51,174); }

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

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

 a { background-color: rgb(156,51,174); }

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

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

 span { border-color: rgb(156,51,174); }

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