#9C2AAD

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

Shades of Dark Orchid #9C2AAD

Tints of Dark Orchid #9C2AAD

Color information

#9C2AAD (or 0x9C2AAD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2A and AD. RGB value is (156,42,173). Sum of RGB (Red+Green+Blue) = 156+42+173=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 42 (16.80% from 255 or 11.32% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #9C2AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C2AAD is #63D552. Grayscale: #5A5A5A. Windows color (decimal): -6542675 or 11348636. OLE color: 11348636.

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

Color convert

RGB15642173-
CMYK0.100.7600.32
HSL292.21º60.93%42.16%-
HSV(B)292.21º75.72%67.84%-
XYZ22.0811.7440.64-
YUV91.02174.27174.35-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.05%
GREEN value IS 42 (16.80% from 255) = 11.32%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=42.05%
G=11.32%
B=46.63%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156421730.100.7600.32292.2160.9342.16
Hex9C2AADA4C0201243d2a
Octal23452255121140404447552
Binary1001110010101010101101101010011000100000100100100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,173); }

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

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

 a { background-color: rgb(156,42,173); }

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

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

 span { border-color: rgb(156,42,173); }

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