#9D35DF

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

Shades of Dark Orchid #9D35DF

Tints of Dark Orchid #9D35DF

Color information

#9D35DF (or 0x9D35DF) is unknown color: approx Dark Orchid. HEX triplet: 9D, 35 and DF. RGB value is (157,53,223). Sum of RGB (Red+Green+Blue) = 157+53+223=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 53 (21.09% from 255 or 12.24% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #9D35DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D35DF is #62CA20. Grayscale: #666666. Windows color (decimal): -6474273 or 14628253. OLE color: 14628253.

HSL color Cylindrical-coordinate representation of color #9D35DF: hue angle of 276.71º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D35DF is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15753223-
CMYK0.300.7600.13
HSL276.71º72.65%54.12%-
HSV(B)276.71º76.23%87.45%-
XYZ28.515.0471.21-
YUV103.48195.46166.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 53 (21.09% from 255) = 12.24%
BLUE value IS 223 (87.5% from 255) = 51.50%
R=36.26%
G=12.24%
B=51.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157532230.300.7600.13276.7172.6554.12
Hex9D35DF1E4C0D1154936
Octal235653373611401542511166
Binary1001110111010111011111111101001100011011000101011001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D35DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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