#9C2ED5

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

Shades of Dark Orchid #9C2ED5

Tints of Dark Orchid #9C2ED5

Color information

#9C2ED5 (or 0x9C2ED5) is unknown color: approx Dark Orchid. HEX triplet: 9C, 2E and D5. RGB value is (156,46,213). Sum of RGB (Red+Green+Blue) = 156+46+213=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C2ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2ED5 is #63D12A. Grayscale: #616161. Windows color (decimal): -6541611 or 13971100. OLE color: 13971100.

HSL color Cylindrical-coordinate representation of color #9C2ED5: hue angle of 279.52º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2ED5 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15646213-
CMYK0.270.7800.16
HSL279.52º66.53%50.78%-
HSV(B)279.52º78.4%83.53%-
XYZ26.713.8364.21-
YUV97.93192.94169.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.59%
GREEN value IS 46 (18.36% from 255) = 11.08%
BLUE value IS 213 (83.59% from 255) = 51.33%
R=37.59%
G=11.08%
B=51.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156462130.270.7800.16279.5266.5350.78
Hex9C2ED51B4E0101184333
Octal234563253311602043010363
Binary10011100101110110101011101110011100100001000110001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,46,213); }

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

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

 a { background-color: rgb(156,46,213); }

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

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

 span { border-color: rgb(156,46,213); }

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