#9D1BB2

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

Shades of Dark Orchid #9D1BB2

Tints of Dark Orchid #9D1BB2

Color information

#9D1BB2 (or 0x9D1BB2) is unknown color: approx Dark Orchid. HEX triplet: 9D, 1B and B2. RGB value is (157,27,178). Sum of RGB (Red+Green+Blue) = 157+27+178=362 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.37% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 178 (69.92% from 255 or 49.17% from 362); Max value from RGB is 178 - color contains mainly: blue. Hex color #9D1BB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1BB2 is #62E44D. Grayscale: #525252. Windows color (decimal): -6480974 or 11672477. OLE color: 11672477.

HSL color Cylindrical-coordinate representation of color #9D1BB2: hue angle of 291.66º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D1BB2 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15727178-
CMYK0.120.8500.30
HSL291.66º73.66%40.2%-
HSV(B)291.66º84.83%69.8%-
XYZ22.3311.1743.1-
YUV83.08181.57180.72-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.37%
GREEN value IS 27 (10.94% from 255) = 7.46%
BLUE value IS 178 (69.92% from 255) = 49.17%
R=43.37%
G=7.46%
B=49.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal157271780.120.8500.30291.6673.6640.2
Hex9D1BB2C5501E1244a28
Octal235332621412503644411250
Binary100111011101110110010110010101010111101001001001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,27,178); }

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

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

 a { background-color: rgb(157,27,178); }

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

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

 span { border-color: rgb(157,27,178); }

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