#9B27BA

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

Shades of Dark Orchid #9B27BA

Tints of Dark Orchid #9B27BA

Color information

#9B27BA (or 0x9B27BA) is unknown color: approx Dark Orchid. HEX triplet: 9B, 27 and BA. RGB value is (155,39,186). Sum of RGB (Red+Green+Blue) = 155+39+186=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B27BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27BA is #64D845. Grayscale: #595959. Windows color (decimal): -6608966 or 12199835. OLE color: 12199835.

HSL color Cylindrical-coordinate representation of color #9B27BA: hue angle of 287.35º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B27BA is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15539186-
CMYK0.170.7900.27
HSL287.35º65.33%44.12%-
HSV(B)287.35º79.03%72.94%-
XYZ23.1111.9647.55-
YUV90.44181.93174.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 39 (15.62% from 255) = 10.26%
BLUE value IS 186 (73.05% from 255) = 48.95%
R=40.79%
G=10.26%
B=48.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155391860.170.7900.27287.3565.3344.12
Hex9B27BA114F01B11f412c
Octal233472722111703343710154
Binary10011011100111101110101000110011110110111000111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B27BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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