Html Css Color HEX #8D0DDD Dark Violet

📋 copy color: '#8D0DDD'

red 141 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #8D0DDD

Tints of Dark Violet #8D0DDD

RGB

 RED value IS 141 (55.47% from 255) = 37.6%

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 37.6%
G = 3.47%
B = 58.93%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D0DDD (or 0x8D0DDD) is known color: Dark Violet. HEX triplet: 8D, 0D and DD. RGB value is (141,13,221). Sum of RGB (Red+Green+Blue) = 141+13+221=375 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.6% from 375); Green value is 13 (5.47% from 255 or 3.47% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D0DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0DDD is #72F222. Grayscale: #4A4A4A. Windows color (decimal): -7533091 or 14486925. OLE color: 14486925.

HSL color Cylindrical-coordinate representation of color #8D0DDD: hue angle of 276.92º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D0DDD is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 13 221 -
CMYK 0.36 0.94 0 0.13
HSL 276.92º 0.89% 0.46% -
HSV(B) 276.92º 0.94% 0.87% -
XYZ 24.18 11.17 69.29 -
YUV 74.98 210.41 175.09 -
System Red Green Blue C M Y K H S L
Decimal 141 13 221 0.36 0.94 0 0.13 276.92 0.89 0.46
Hex 8D D DD 24 5E 0 D 115 59 2E
Octal 215 15 335 44 136 0 15 425 131 56
Binary 10001101 1101 11011101 100100 1011110 0 1101 100010101 1011001 101110

Color Harmonies of #8D0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0DDD

Black with #8D0DDD

Text Example


Text Example

White with #8D0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D0DDD; }

 p { color: rgb(141,13,221); }

 H1.HeaderClassName
 {
   color: #8D0DDD;
 }
 .AnyTagClassName
 {
   color: #8D0DDD;
 }
</style>

background-color css

<style>
 a { background-color: #8D0DDD; }

 a { background-color: rgb(141,13,221); }

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

border-color css

<style>
 span { border-color: #8D0DDD; }

 span { border-color: rgb(141,13,221); }

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