#9B1DB5

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

Shades of Dark Orchid #9B1DB5

Tints of Dark Orchid #9B1DB5

Color information

#9B1DB5 (or 0x9B1DB5) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1D and B5. RGB value is (155,29,181). Sum of RGB (Red+Green+Blue) = 155+29+181=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 181 (71.09% from 255 or 49.59% from 365); Max value from RGB is 181 - color contains mainly: blue. Hex color #9B1DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B1DB5 is #64E24A. Grayscale: #535353. Windows color (decimal): -6611531 or 11869595. OLE color: 11869595.

HSL color Cylindrical-coordinate representation of color #9B1DB5: hue angle of 289.74º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1DB5 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15529181-
CMYK0.140.8400.29
HSL289.74º72.38%41.18%-
HSV(B)289.74º83.98%70.98%-
XYZ22.311.1844.7-
YUV84182.74178.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 29 (11.72% from 255) = 7.95%
BLUE value IS 181 (71.09% from 255) = 49.59%
R=42.47%
G=7.95%
B=49.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal155291810.140.8400.29289.7472.3841.18
Hex9B1DB5E5401D1224829
Octal233352651612403544211051
Binary100110111110110110101111010101000111011001000101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,29,181); }

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

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

 a { background-color: rgb(155,29,181); }

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

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

 span { border-color: rgb(155,29,181); }

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