#9C27BB

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

Shades of Dark Orchid #9C27BB

Tints of Dark Orchid #9C27BB

Color information

#9C27BB (or 0x9C27BB) is unknown color: approx Dark Orchid. HEX triplet: 9C, 27 and BB. RGB value is (156,39,187). Sum of RGB (Red+Green+Blue) = 156+39+187=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C27BB is #63D844. Grayscale: #5A5A5A. Windows color (decimal): -6543429 or 12265372. OLE color: 12265372.

HSL color Cylindrical-coordinate representation of color #9C27BB: hue angle of 287.43º 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 #9C27BB is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15639187-
CMYK0.170.7900.27
HSL287.43º65.49%44.31%-
HSV(B)287.43º79.14%73.33%-
XYZ23.4112.1148.12-
YUV90.85182.26174.47-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.84%
GREEN value IS 39 (15.62% from 255) = 10.21%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=40.84%
G=10.21%
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
Decimal156391870.170.7900.27287.4365.4944.31
Hex9C27BB114F01B11f412c
Octal234472732111703343710154
Binary10011100100111101110111000110011110110111000111111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C27BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,39,187); }

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

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

 a { background-color: rgb(156,39,187); }

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

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

 span { border-color: rgb(156,39,187); }

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