#9D39C6

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

Shades of Dark Orchid #9D39C6

Tints of Dark Orchid #9D39C6

Color information

#9D39C6 (or 0x9D39C6) is unknown color: approx Dark Orchid. HEX triplet: 9D, 39 and C6. RGB value is (157,57,198). Sum of RGB (Red+Green+Blue) = 157+57+198=412 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.11% from 412); Green value is 57 (22.66% from 255 or 13.83% from 412); Blue value is 198 (77.73% from 255 or 48.06% from 412); Max value from RGB is 198 - color contains mainly: blue. Hex color #9D39C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D39C6 is #62C639. Grayscale: #666666. Windows color (decimal): -6473274 or 12990877. OLE color: 12990877.

HSL color Cylindrical-coordinate representation of color #9D39C6: hue angle of 282.55º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D39C6 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15757198-
CMYK0.210.7100.22
HSL282.55º55.29%50%-
HSV(B)282.55º71.21%77.65%-
XYZ25.5614.1754.81-
YUV102.97181.63166.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.11%
GREEN value IS 57 (22.66% from 255) = 13.83%
BLUE value IS 198 (77.73% from 255) = 48.06%
R=38.11%
G=13.83%
B=48.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157571980.210.7100.22282.5555.2950
Hex9D39C6154701611b3732
Octal23571306251070264336762
Binary1001110111100111000110101011000111010110100011011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D39C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,57,198); }

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

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

 a { background-color: rgb(157,57,198); }

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

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

 span { border-color: rgb(157,57,198); }

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