#9C2ADD

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

Shades of Dark Orchid #9C2ADD

Tints of Dark Orchid #9C2ADD

Color information

#9C2ADD (or 0x9C2ADD) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2A and DD. RGB value is (156,42,221). Sum of RGB (Red+Green+Blue) = 156+42+221=419 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.23% from 419); Green value is 42 (16.80% from 255 or 10.02% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #9C2ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2ADD is #63D522. Grayscale: #5F5F5F. Windows color (decimal): -6542627 or 14494364. OLE color: 14494364.

HSL color Cylindrical-coordinate representation of color #9C2ADD: hue angle of 278.21º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C2ADD is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15642221-
CMYK0.290.8100.13
HSL278.21º72.47%51.57%-
HSV(B)278.21º81%86.67%-
XYZ27.5913.9469.64-
YUV96.49198.27170.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.23%
GREEN value IS 42 (16.80% from 255) = 10.02%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=37.23%
G=10.02%
B=52.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156422210.290.8100.13278.2172.4751.57
Hex9C2ADD1D510D1164834
Octal234523353512101542611064
Binary1001110010101011011101111011010001011011000101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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