#9D0FD1

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

Shades of Dark Violet #9D0FD1

Tints of Dark Violet #9D0FD1

Color information

#9D0FD1 (or 0x9D0FD1) is unknown color: approx Dark Violet. HEX triplet: 9D, 0F and D1. RGB value is (157,15,209). Sum of RGB (Red+Green+Blue) = 157+15+209=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 209 (82.03% from 255 or 54.86% from 381); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D0FD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0FD1 is #62F02E. Grayscale: #4E4E4E. Windows color (decimal): -6484015 or 13701021. OLE color: 13701021.

HSL color Cylindrical-coordinate representation of color #9D0FD1: hue angle of 283.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0FD1 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15715209-
CMYK0.250.9300.18
HSL283.92º86.61%43.92%-
HSV(B)283.92º92.82%81.96%-
XYZ25.5812.1161.31-
YUV79.57201.04183.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.21%
GREEN value IS 15 (6.25% from 255) = 3.94%
BLUE value IS 209 (82.03% from 255) = 54.86%
R=41.21%
G=3.94%
B=54.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal157152090.250.9300.18283.9286.6143.92
Hex9DFD1195D01211c572c
Octal235173213113502243412754
Binary100111011111110100011100110111010100101000111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,15,209); }

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

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

 a { background-color: rgb(157,15,209); }

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

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

 span { border-color: rgb(157,15,209); }

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