Html Css Color HEX #8D13DD Dark Violet

📋 copy color: '#8D13DD'

red 141 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #8D13DD

Tints of Dark Violet #8D13DD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.99%

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

R = 37.01%
G = 4.99%
B = 58.01%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D13DD (or 0x8D13DD) is known color: Dark Violet. HEX triplet: 8D, 13 and DD. RGB value is (141,19,221). Sum of RGB (Red+Green+Blue) = 141+19+221=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 221 (86.72% from 255 or 58.01% from 381); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D13DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13DD is #72EC22. Grayscale: #4D4D4D. Windows color (decimal): -7531555 or 14488461. OLE color: 14488461.

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

Color convert

RGB 141 19 221 -
CMYK 0.36 0.91 0 0.13
HSL 276.24º 0.84% 0.47% -
HSV(B) 276.24º 0.91% 0.87% -
XYZ 24.27 11.35 69.32 -
YUV 78.51 208.42 172.57 -
System Red Green Blue C M Y K H S L
Decimal 141 19 221 0.36 0.91 0 0.13 276.24 0.84 0.47
Hex 8D 13 DD 24 5B 0 D 114 54 2F
Octal 215 23 335 44 133 0 15 424 124 57
Binary 10001101 10011 11011101 100100 1011011 0 1101 100010100 1010100 101111

Color Harmonies of #8D13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D13DD

Black with #8D13DD

Text Example


Text Example

White with #8D13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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