#9B1DA9

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

Shades of Dark Orchid #9B1DA9

Tints of Dark Orchid #9B1DA9

Color information

#9B1DA9 (or 0x9B1DA9) is unknown color: approx Dark Orchid. HEX triplet: 9B, 1D and A9. RGB value is (155,29,169). Sum of RGB (Red+Green+Blue) = 155+29+169=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B1DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1DA9 is #64E256. Grayscale: #525252. Windows color (decimal): -6611543 or 11083163. OLE color: 11083163.

HSL color Cylindrical-coordinate representation of color #9B1DA9: hue angle of 294º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1DA9 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15529169-
CMYK0.080.8300.34
HSL294º70.71%38.82%-
HSV(B)294º82.84%66.27%-
XYZ21.1210.7138.49-
YUV82.63176.74179.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.91%
GREEN value IS 29 (11.72% from 255) = 8.22%
BLUE value IS 169 (66.41% from 255) = 47.88%
R=43.91%
G=8.22%
B=47.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155291690.080.8300.3429470.7138.82
Hex9B1DA98530221264727
Octal233352511012304244610747
Binary1001101111101101010011000101001101000101001001101000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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