Html Css Color HEX #9D0DD1 Dark Violet

📋 copy color: '#9D0DD1'

red 157 ◦ green 13 ◦ blue 209

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

Shades of Dark Violet #9D0DD1

Tints of Dark Violet #9D0DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 55.15%

R = 41.42%
G = 3.43%
B = 55.15%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9D0DD1 (or 0x9D0DD1) is known color: Dark Violet. HEX triplet: 9D, 0D and D1. RGB value is (157,13,209). Sum of RGB (Red+Green+Blue) = 157+13+209=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 13 (5.47% from 255 or 3.43% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #9D0DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D0DD1 is #62F22E. Grayscale: #4D4D4D. Windows color (decimal): -6484527 or 13700509. OLE color: 13700509.

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

Color convert

RGB 157 13 209 -
CMYK 0.25 0.94 0 0.18
HSL 284.08º 0.88% 0.44% -
HSV(B) 284.08º 0.94% 0.82% -
XYZ 25.56 12.06 61.3 -
YUV 78.4 201.71 184.06 -
System Red Green Blue C M Y K H S L
Decimal 157 13 209 0.25 0.94 0 0.18 284.08 0.88 0.44
Hex 9D D D1 19 5E 0 12 11C 58 2C
Octal 235 15 321 31 136 0 22 434 130 54
Binary 10011101 1101 11010001 11001 1011110 0 10010 100011100 1011000 101100

Color Harmonies of #9D0DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0DD1

Black with #9D0DD1

Text Example


Text Example

White with #9D0DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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