#9D2DB1

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

Shades of Dark Orchid #9D2DB1

Tints of Dark Orchid #9D2DB1

Color information

#9D2DB1 (or 0x9D2DB1) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2D and B1. RGB value is (157,45,177). Sum of RGB (Red+Green+Blue) = 157+45+177=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #9D2DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D2DB1 is #62D24E. Grayscale: #5D5D5D. Windows color (decimal): -6476367 or 11611549. OLE color: 11611549.

HSL color Cylindrical-coordinate representation of color #9D2DB1: hue angle of 290.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2DB1 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15745177-
CMYK0.110.7500.31
HSL290.91º59.46%43.53%-
HSV(B)290.91º74.58%69.41%-
XYZ22.7812.2242.75-
YUV93.54175.11173.27-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 45 (17.97% from 255) = 11.87%
BLUE value IS 177 (69.53% from 255) = 46.70%
R=41.42%
G=11.87%
B=46.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157451770.110.7500.31290.9159.4643.53
Hex9D2DB1B4B01F1233b2c
Octal23555261131130374437354
Binary100111011011011011000110111001011011111100100011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,45,177); }

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

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

 a { background-color: rgb(157,45,177); }

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

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

 span { border-color: rgb(157,45,177); }

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