#9D1DB0

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

Shades of Dark Orchid #9D1DB0

Tints of Dark Orchid #9D1DB0

Color information

#9D1DB0 (or 0x9D1DB0) is unknown color: approx Dark Orchid. HEX triplet: 9D, 1D and B0. RGB value is (157,29,176). Sum of RGB (Red+Green+Blue) = 157+29+176=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 176 (69.14% from 255 or 48.62% from 362); Max value from RGB is 176 - color contains mainly: blue. Hex color #9D1DB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1DB0 is #62E24F. Grayscale: #535353. Windows color (decimal): -6480464 or 11541917. OLE color: 11541917.

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

Color convert

RGB15729176-
CMYK0.110.8400.31
HSL292.24º71.71%40.2%-
HSV(B)292.24º83.52%69.02%-
XYZ22.1811.1842.06-
YUV84.03179.91180.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 29 (11.72% from 255) = 8.01%
BLUE value IS 176 (69.14% from 255) = 48.62%
R=43.37%
G=8.01%
B=48.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal157291760.110.8400.31292.2471.7140.2
Hex9D1DB0B5401F1244828
Octal235352601312403744411050
Binary100111011110110110000101110101000111111001001001001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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