#9B27AD

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

Shades of Dark Orchid #9B27AD

Tints of Dark Orchid #9B27AD

Color information

#9B27AD (or 0x9B27AD) is unknown color: approx Dark Orchid. HEX triplet: 9B, 27 and AD. RGB value is (155,39,173). Sum of RGB (Red+Green+Blue) = 155+39+173=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 39 (15.62% from 255 or 10.63% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B27AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B27AD is #64D852. Grayscale: #585858. Windows color (decimal): -6608979 or 11347867. OLE color: 11347867.

HSL color Cylindrical-coordinate representation of color #9B27AD: hue angle of 291.94º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B27AD is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15539173-
CMYK0.100.7700.32
HSL291.94º63.21%41.57%-
HSV(B)291.94º77.46%67.84%-
XYZ21.7911.4440.59-
YUV88.96175.43175.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 39 (15.62% from 255) = 10.63%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=42.23%
G=10.63%
B=47.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal155391730.100.7700.32291.9463.2141.57
Hex9B27ADA4D0201243f2a
Octal23347255121150404447752
Binary1001101110011110101101101010011010100000100100100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B27AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,39,173); }

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

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

 a { background-color: rgb(155,39,173); }

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

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

 span { border-color: rgb(155,39,173); }

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