#9C27C9

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

Shades of Dark Orchid #9C27C9

Tints of Dark Orchid #9C27C9

Color information

#9C27C9 (or 0x9C27C9) is unknown color: approx Dark Orchid. HEX triplet: 9C, 27 and C9. RGB value is (156,39,201). Sum of RGB (Red+Green+Blue) = 156+39+201=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #9C27C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C27C9 is #63D836. Grayscale: #5B5B5B. Windows color (decimal): -6543415 or 13182876. OLE color: 13182876.

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

Color convert

RGB15639201-
CMYK0.220.8100.21
HSL283.33º67.5%47.06%-
HSV(B)283.33º80.6%78.82%-
XYZ24.9812.7456.4-
YUV92.45189.26173.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39.39%
GREEN value IS 39 (15.62% from 255) = 9.85%
BLUE value IS 201 (78.91% from 255) = 50.76%
R=39.39%
G=9.85%
B=50.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal156392010.220.8100.21283.3367.547.06
Hex9C27C9165101511b442f
Octal234473112612102543310457
Binary10011100100111110010011011010100010101011000110111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C27C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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