#9C27BE

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

Shades of Dark Orchid #9C27BE

Tints of Dark Orchid #9C27BE

Color information

#9C27BE (or 0x9C27BE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 27 and BE. RGB value is (156,39,190). Sum of RGB (Red+Green+Blue) = 156+39+190=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #9C27BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C27BE is #63D841. Grayscale: #5A5A5A. Windows color (decimal): -6543426 or 12461980. OLE color: 12461980.

HSL color Cylindrical-coordinate representation of color #9C27BE: hue angle of 286.49º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C27BE is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15639190-
CMYK0.180.7900.25
HSL286.49º65.94%44.9%-
HSV(B)286.49º79.47%74.51%-
XYZ23.7312.2449.83-
YUV91.2183.76174.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 40.52%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=40.52%
G=10.13%
B=49.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156391900.180.7900.25286.4965.9444.9
Hex9C27BE124F01911e422d
Octal234472762211703143610255
Binary10011100100111101111101001010011110110011000111101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C27BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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