#9D38C9

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

Shades of Dark Orchid #9D38C9

Tints of Dark Orchid #9D38C9

Color information

#9D38C9 (or 0x9D38C9) is unknown color: approx Dark Orchid. HEX triplet: 9D, 38 and C9. RGB value is (157,56,201). Sum of RGB (Red+Green+Blue) = 157+56+201=414 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.92% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #9D38C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D38C9 is #62C736. Grayscale: #666666. Windows color (decimal): -6473527 or 13187229. OLE color: 13187229.

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

Color convert

RGB15756201-
CMYK0.220.7200.21
HSL281.79º57.31%50.39%-
HSV(B)281.79º72.14%78.82%-
XYZ25.8614.2156.64-
YUV102.73183.46166.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.92%
GREEN value IS 56 (22.27% from 255) = 13.53%
BLUE value IS 201 (78.91% from 255) = 48.55%
R=37.92%
G=13.53%
B=48.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157562010.220.7200.21281.7957.3150.39
Hex9D38C9164801511a3932
Octal23570311261100254327162
Binary1001110111100011001001101101001000010101100011010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D38C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,201); }

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

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

 a { background-color: rgb(157,56,201); }

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

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

 span { border-color: rgb(157,56,201); }

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