Html Css Color HEX #9D0DAF Dark Violet

📋 copy color: '#9D0DAF'

red 157 ◦ green 13 ◦ blue 175

#9D0DAF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9D0DAF

Tints of Dark Violet #9D0DAF

RGB

 RED value IS 157 (61.72% from 255) = 45.51%

 GREEN value IS 13 (5.47% from 255) = 3.77%

 BLUE value IS 175 (68.75% from 255) = 50.72%

R = 45.51%
G = 3.77%
B = 50.72%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9D0DAF (or 0x9D0DAF) is known color: Dark Violet. HEX triplet: 9D, 0D and AF. RGB value is (157,13,175). Sum of RGB (Red+Green+Blue) = 157+13+175=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #9D0DAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9D0DAF is #62F250. Grayscale: #4A4A4A. Windows color (decimal): -6484561 or 11472285. OLE color: 11472285.

HSL color Cylindrical-coordinate representation of color #9D0DAF: hue angle of 293.33º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9D0DAF is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 13 175 -
CMYK 0.10 0.93 0 0.31
HSL 293.33º 0.86% 0.37% -
HSV(B) 293.33º 0.93% 0.69% -
XYZ 21.79 10.55 41.45 -
YUV 74.52 184.71 186.83 -
System Red Green Blue C M Y K H S L
Decimal 157 13 175 0.10 0.93 0 0.31 293.33 0.86 0.37
Hex 9D D AF A 5D 0 1F 125 56 25
Octal 235 15 257 12 135 0 37 445 126 45
Binary 10011101 1101 10101111 1010 1011101 0 11111 100100101 1010110 100101

Color Harmonies of #9D0DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0DAF

Black with #9D0DAF

Text Example


Text Example

White with #9D0DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,13,175); }

 H1.HeaderClassName
 {
   color: #9D0DAF;
 }
 .AnyTagClassName
 {
   color: #9D0DAF;
 }
</style>

background-color css

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

 a { background-color: rgb(157,13,175); }

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

border-color css

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

 span { border-color: rgb(157,13,175); }

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