#9D3FDC

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

Shades of Dark Orchid #9D3FDC

Tints of Dark Orchid #9D3FDC

Color information

#9D3FDC (or 0x9D3FDC) is unknown color: approx Dark Orchid. HEX triplet: 9D, 3F and DC. RGB value is (157,63,220). Sum of RGB (Red+Green+Blue) = 157+63+220=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 63 (25% from 255 or 14.32% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #9D3FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D3FDC is #62C023. Grayscale: #6C6C6C. Windows color (decimal): -6471716 or 14434205. OLE color: 14434205.

HSL color Cylindrical-coordinate representation of color #9D3FDC: hue angle of 275.92º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D3FDC is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15763220-
CMYK0.290.7100.14
HSL275.92º69.16%55.49%-
HSV(B)275.92º71.36%86.27%-
XYZ28.615.8969.27-
YUV109190.64162.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 63 (25% from 255) = 14.32%
BLUE value IS 220 (86.33% from 255) = 50%
R=35.68%
G=14.32%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157632200.290.7100.14275.9269.1655.49
Hex9D3FDC1D470E1144537
Octal235773343510701642410567
Binary1001110111111111011100111011000111011101000101001000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,63,220); }

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

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

 a { background-color: rgb(157,63,220); }

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

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

 span { border-color: rgb(157,63,220); }

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