#9C2FDE

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

Shades of Dark Orchid #9C2FDE

Tints of Dark Orchid #9C2FDE

Color information

#9C2FDE (or 0x9C2FDE) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2F and DE. RGB value is (156,47,222). Sum of RGB (Red+Green+Blue) = 156+47+222=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 47 (18.75% from 255 or 11.06% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C2FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2FDE is #63D021. Grayscale: #626262. Windows color (decimal): -6541346 or 14561180. OLE color: 14561180.

HSL color Cylindrical-coordinate representation of color #9C2FDE: hue angle of 277.37º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2FDE is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15647222-
CMYK0.300.7900.13
HSL277.37º72.61%52.75%-
HSV(B)277.37º78.83%87.06%-
XYZ27.9114.3770.41-
YUV99.54197.11168.27-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 47 (18.75% from 255) = 11.06%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=36.71%
G=11.06%
B=52.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156472220.300.7900.13277.3772.6152.75
Hex9C2FDE1E4F0D1154935
Octal234573363611701542511165
Binary1001110010111111011110111101001111011011000101011001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,47,222); }

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

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

 a { background-color: rgb(156,47,222); }

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

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

 span { border-color: rgb(156,47,222); }

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