#9d1dd2

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

Shades of Dark Orchid #9D1DD2

Tints of Dark Orchid #9D1DD2

Color information

#9D1DD2 (or 0x9D1DD2) is unknown color: approx Dark Orchid. HEX triplet: 9D, 1D and D2. RGB value is (157,29,210). Sum of RGB (Red+Green+Blue) = 157+29+210=396 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.65% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 210 (82.42% from 255 or 53.03% from 396); Max value from RGB is 210 - color contains mainly: blue. Hex color #9D1DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1DD2 is #62E22D. Grayscale: #575757. Windows color (decimal): -6480430 or 13770141. OLE color: 13770141.

HSL color Cylindrical-coordinate representation of color #9D1DD2: hue angle of 282.43º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D1DD2 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15729210-
CMYK0.250.8600.18
HSL282.43º75.73%46.86%-
HSV(B)282.43º86.19%82.35%-
XYZ25.9812.762.05-
YUV87.91196.91177.28-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.65%
GREEN value IS 29 (11.72% from 255) = 7.32%
BLUE value IS 210 (82.42% from 255) = 53.03%
R=39.65%
G=7.32%
B=53.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157292100.250.8600.18282.4375.7346.86
Hex9D1DD2195601211a4c2f
Octal235353223112602243211457
Binary1001110111101110100101100110101100100101000110101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d1dd2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,29,210); }

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

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

 a { background-color: rgb(157,29,210); }

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

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

 span { border-color: rgb(157,29,210); }

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