#9D3CC2

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

Shades of Dark Orchid #9D3CC2

Tints of Dark Orchid #9D3CC2

Color information

#9D3CC2 (or 0x9D3CC2) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3C and C2. RGB value is (157,60,194). Sum of RGB (Red+Green+Blue) = 157+60+194=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 60 (23.83% from 255 or 14.60% from 411); Blue value is 194 (76.17% from 255 or 47.20% from 411); Max value from RGB is 194 - color contains mainly: blue. Hex color #9D3CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3CC2 is #62C33D. Grayscale: #676767. Windows color (decimal): -6472510 or 12729501. OLE color: 12729501.

HSL color Cylindrical-coordinate representation of color #9D3CC2: hue angle of 283.43º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9D3CC2 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15760194-
CMYK0.190.6900.24
HSL283.43º52.76%49.8%-
HSV(B)283.43º69.07%76.08%-
XYZ25.2614.2952.47-
YUV104.28178.64165.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.20%
GREEN value IS 60 (23.83% from 255) = 14.60%
BLUE value IS 194 (76.17% from 255) = 47.20%
R=38.20%
G=14.60%
B=47.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157601940.190.6900.24283.4352.7649.8
Hex9D3CC2134501811b3532
Octal23574302231050304336562
Binary1001110111110011000010100111000101011000100011011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,60,194); }

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

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

 a { background-color: rgb(157,60,194); }

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

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

 span { border-color: rgb(157,60,194); }

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