#9d03d1

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

Shades of Dark Violet #9D03D1

Tints of Dark Violet #9D03D1

Color information

#9D03D1 (or 0x9D03D1) is unknown color: approx Dark Violet. HEX triplet: 9D, 03 and D1. RGB value is (157,3,209). Sum of RGB (Red+Green+Blue) = 157+3+209=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 3 (1.56% from 255 or 0.81% from 369); Blue value is 209 (82.03% from 255 or 56.64% from 369); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D03D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D03D1 is #62FC2E. Grayscale: #474747. Windows color (decimal): -6487087 or 13697949. OLE color: 13697949.

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

Color convert

RGB1573209-
CMYK0.250.9900.18
HSL284.85º97.17%41.57%-
HSV(B)284.85º98.56%81.96%-
XYZ25.4511.8461.27-
YUV72.53205.02188.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 3 (1.56% from 255) = 0.81%
BLUE value IS 209 (82.03% from 255) = 56.64%
R=42.55%
G=0.81%
B=56.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal15732090.250.9900.18284.8597.1741.57
Hex9D3D1196301211d612a
Octal23533213114302243514152
Binary1001110111110100011100111000110100101000111011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d03d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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

cancel