Html Css Color HEX #8D13DB Dark Violet

📋 copy color: '#8D13DB'

red 141 ◦ green 19 ◦ blue 219

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

Shades of Dark Violet #8D13DB

Tints of Dark Violet #8D13DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 57.78%

R = 37.2%
G = 5.01%
B = 57.78%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D13DB (or 0x8D13DB) is known color: Dark Violet. HEX triplet: 8D, 13 and DB. RGB value is (141,19,219). Sum of RGB (Red+Green+Blue) = 141+19+219=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D13DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13DB is #72EC24. Grayscale: #4D4D4D. Windows color (decimal): -7531557 or 14357389. OLE color: 14357389.

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

Color convert

RGB 141 19 219 -
CMYK 0.36 0.91 0 0.14
HSL 276.6º 0.84% 0.47% -
HSV(B) 276.6º 0.91% 0.86% -
XYZ 24 11.24 67.92 -
YUV 78.28 207.42 172.74 -
System Red Green Blue C M Y K H S L
Decimal 141 19 219 0.36 0.91 0 0.14 276.6 0.84 0.47
Hex 8D 13 DB 24 5B 0 E 115 54 2F
Octal 215 23 333 44 133 0 16 425 124 57
Binary 10001101 10011 11011011 100100 1011011 0 1110 100010101 1010100 101111

Color Harmonies of #8D13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D13DB

Black with #8D13DB

Text Example


Text Example

White with #8D13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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