#9B27CB

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

Shades of Dark Orchid #9B27CB

Tints of Dark Orchid #9B27CB

Color information

#9B27CB (or 0x9B27CB) is unknown color: approx Dark Orchid. HEX triplet: 9B, 27 and CB. RGB value is (155,39,203). Sum of RGB (Red+Green+Blue) = 155+39+203=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #9B27CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B27CB is #64D834. Grayscale: #5B5B5B. Windows color (decimal): -6608949 or 13313947. OLE color: 13313947.

HSL color Cylindrical-coordinate representation of color #9B27CB: hue angle of 282.44º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9B27CB is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15539203-
CMYK0.240.8100.20
HSL282.44º67.77%47.45%-
HSV(B)282.44º80.79%79.61%-
XYZ25.0212.7357.64-
YUV92.38190.43172.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=39.04%
G=9.82%
B=51.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155392030.240.8100.20282.4467.7747.45
Hex9B27CB185101411a442f
Octal233473133012102443210457
Binary10011011100111110010111100010100010101001000110101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B27CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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