#9d2ccd

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

Shades of Dark Orchid #9D2CCD

Tints of Dark Orchid #9D2CCD

Color information

#9D2CCD (or 0x9D2CCD) is unknown color: approx Dark Orchid. HEX triplet: 9D, 2C and CD. RGB value is (157,44,205). Sum of RGB (Red+Green+Blue) = 157+44+205=406 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.67% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #9D2CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D2CCD is #62D332. Grayscale: #5F5F5F. Windows color (decimal): -6476595 or 13446301. OLE color: 13446301.

HSL color Cylindrical-coordinate representation of color #9D2CCD: hue angle of 282.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2CCD is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15744205-
CMYK0.230.7900.20
HSL282.11º64.66%48.82%-
HSV(B)282.11º78.54%80.39%-
XYZ25.8213.3858.98-
YUV96.14189.44171.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.67%
GREEN value IS 44 (17.58% from 255) = 10.84%
BLUE value IS 205 (80.47% from 255) = 50.49%
R=38.67%
G=10.84%
B=50.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157442050.230.7900.20282.1164.6648.82
Hex9D2CCD174F01411a4131
Octal235543152711702443210161
Binary10011101101100110011011011110011110101001000110101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d2ccd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,44,205); }

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

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

 a { background-color: rgb(157,44,205); }

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

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

 span { border-color: rgb(157,44,205); }

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