#9D35D9

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

Shades of Dark Orchid #9D35D9

Tints of Dark Orchid #9D35D9

Color information

#9D35D9 (or 0x9D35D9) is unknown color: approx Dark Orchid. HEX triplet: 9D, 35 and D9. RGB value is (157,53,217). Sum of RGB (Red+Green+Blue) = 157+53+217=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 53 (21.09% from 255 or 12.41% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #9D35D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D35D9 is #62CA26. Grayscale: #666666. Windows color (decimal): -6474279 or 14235037. OLE color: 14235037.

HSL color Cylindrical-coordinate representation of color #9D35D9: hue angle of 278.05º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D35D9 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15753217-
CMYK0.280.7600.15
HSL278.05º68.33%52.94%-
HSV(B)278.05º75.58%85.1%-
XYZ27.714.7267.03-
YUV102.79192.46166.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.77%
GREEN value IS 53 (21.09% from 255) = 12.41%
BLUE value IS 217 (85.16% from 255) = 50.82%
R=36.77%
G=12.41%
B=50.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal157532170.280.7600.15278.0568.3352.94
Hex9D35D91C4C0F1164435
Octal235653313411401742610465
Binary1001110111010111011001111001001100011111000101101000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D35D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,217); }

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

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

 a { background-color: rgb(157,53,217); }

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

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

 span { border-color: rgb(157,53,217); }

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