#9C33AA

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

Shades of Dark Orchid #9C33AA

Tints of Dark Orchid #9C33AA

Color information

#9C33AA (or 0x9C33AA) is unknown color: approx Dark Orchid. HEX triplet: 9C, 33 and AA. RGB value is (156,51,170). Sum of RGB (Red+Green+Blue) = 156+51+170=377 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.38% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C33AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C33AA is #63CC55. Grayscale: #5F5F5F. Windows color (decimal): -6540374 or 11154332. OLE color: 11154332.

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

Color convert

RGB15651170-
CMYK0.080.700.33
HSL292.94º53.85%43.33%-
HSV(B)292.94º70%66.67%-
XYZ22.1512.3439.24-
YUV95.96169.79170.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.38%
GREEN value IS 51 (20.31% from 255) = 13.53%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=41.38%
G=13.53%
B=45.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156511700.080.700.33292.9453.8543.33
Hex9C33AA846021125362b
Octal23463252101060414456653
Binary1001110011001110101010100010001100100001100100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C33AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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