#9D10E1

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

Shades of Dark Violet #9D10E1

Tints of Dark Violet #9D10E1

Color information

#9D10E1 (or 0x9D10E1) is unknown color: approx Dark Violet. HEX triplet: 9D, 10 and E1. RGB value is (157,16,225). Sum of RGB (Red+Green+Blue) = 157+16+225=398 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.45% from 398); Green value is 16 (6.64% from 255 or 4.02% from 398); Blue value is 225 (88.28% from 255 or 56.53% from 398); Max value from RGB is 225 - color contains mainly: blue. Hex color #9D10E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D10E1 is #62EF1E. Grayscale: #515151. Windows color (decimal): -6483743 or 14749853. OLE color: 14749853.

HSL color Cylindrical-coordinate representation of color #9D10E1: hue angle of 280.48º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D10E1 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15716225-
CMYK0.300.9300.12
HSL280.48º86.72%47.25%-
HSV(B)280.48º92.89%88.24%-
XYZ27.6812.9772.28-
YUV81.98208.71181.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.45%
GREEN value IS 16 (6.64% from 255) = 4.02%
BLUE value IS 225 (88.28% from 255) = 56.53%
R=39.45%
G=4.02%
B=56.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal157162250.300.9300.12280.4886.7247.25
Hex9D10E11E5D0C118572f
Octal235203413613501443012757
Binary100111011000011100001111101011101011001000110001010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D10E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,16,225); }

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

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

 a { background-color: rgb(157,16,225); }

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

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

 span { border-color: rgb(157,16,225); }

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