#9D13E7

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

Shades of Dark Violet #9D13E7

Tints of Dark Violet #9D13E7

Color information

#9D13E7 (or 0x9D13E7) is unknown color: approx Dark Violet. HEX triplet: 9D, 13 and E7. RGB value is (157,19,231). Sum of RGB (Red+Green+Blue) = 157+19+231=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 19 (7.81% from 255 or 4.67% from 407); Blue value is 231 (90.62% from 255 or 56.76% from 407); Max value from RGB is 231 - color contains mainly: blue. Hex color #9D13E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9D13E7 is #62EC18. Grayscale: #535353. Windows color (decimal): -6482969 or 15143837. OLE color: 15143837.

HSL color Cylindrical-coordinate representation of color #9D13E7: hue angle of 279.06º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D13E7 is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15719231-
CMYK0.320.9200.09
HSL279.06º84.8%49.02%-
HSV(B)279.06º91.77%90.59%-
XYZ28.5613.476.68-
YUV84.43210.72179.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.57%
GREEN value IS 19 (7.81% from 255) = 4.67%
BLUE value IS 231 (90.62% from 255) = 56.76%
R=38.57%
G=4.67%
B=56.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal157192310.320.9200.09279.0684.849.02
Hex9D13E7205C091175531
Octal235233474013401142712561
Binary1001110110011111001111000001011100010011000101111010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D13E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,19,231); }

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

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

 a { background-color: rgb(157,19,231); }

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

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

 span { border-color: rgb(157,19,231); }

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