#9D1DBB

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

Shades of Dark Orchid #9D1DBB

Tints of Dark Orchid #9D1DBB

Color information

#9D1DBB (or 0x9D1DBB) is unknown color: approx Dark Orchid. HEX triplet: 9D, 1D and BB. RGB value is (157,29,187). Sum of RGB (Red+Green+Blue) = 157+29+187=373 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.09% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D1DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1DBB is #62E244. Grayscale: #545454. Windows color (decimal): -6480453 or 12262813. OLE color: 12262813.

HSL color Cylindrical-coordinate representation of color #9D1DBB: hue angle of 288.61º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1DBB is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15729187-
CMYK0.160.8400.27
HSL288.61º73.15%42.35%-
HSV(B)288.61º84.49%73.33%-
XYZ23.3111.6348.03-
YUV85.28185.41179.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.09%
GREEN value IS 29 (11.72% from 255) = 7.77%
BLUE value IS 187 (73.44% from 255) = 50.13%
R=42.09%
G=7.77%
B=50.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157291870.160.8400.27288.6173.1542.35
Hex9D1DBB105401B121492a
Octal235352732012403344111152
Binary1001110111101101110111000010101000110111001000011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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