#9D2CDD

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

Shades of Dark Orchid #9D2CDD

Tints of Dark Orchid #9D2CDD

Color information

#9D2CDD (or 0x9D2CDD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2C and DD. RGB value is (157,44,221). Sum of RGB (Red+Green+Blue) = 157+44+221=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #9D2CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2CDD is #62D322. Grayscale: #616161. Windows color (decimal): -6476579 or 14494877. OLE color: 14494877.

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

Color convert

RGB15744221-
CMYK0.290.8000.13
HSL278.31º72.24%51.96%-
HSV(B)278.31º80.09%86.67%-
XYZ27.8614.1969.68-
YUV97.96197.44170.11-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.20%
GREEN value IS 44 (17.58% from 255) = 10.43%
BLUE value IS 221 (86.72% from 255) = 52.37%
R=37.20%
G=10.43%
B=52.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157442210.290.8000.13278.3172.2451.96
Hex9D2CDD1D500D1164834
Octal235543353512001542611064
Binary1001110110110011011101111011010000011011000101101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,44,221); }

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

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

 a { background-color: rgb(157,44,221); }

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

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

 span { border-color: rgb(157,44,221); }

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