Html Css Color HEX #8D13BE Dark Violet

📋 copy color: '#8D13BE'

red 141 ◦ green 19 ◦ blue 190

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

Shades of Dark Violet #8D13BE

Tints of Dark Violet #8D13BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 54.29%

R = 40.29%
G = 5.43%
B = 54.29%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D13BE (or 0x8D13BE) is known color: Dark Violet. HEX triplet: 8D, 13 and BE. RGB value is (141,19,190). Sum of RGB (Red+Green+Blue) = 141+19+190=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D13BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D13BE is #72EC41. Grayscale: #4A4A4A. Windows color (decimal): -7531586 or 12456845. OLE color: 12456845.

HSL color Cylindrical-coordinate representation of color #8D13BE: hue angle of 282.81º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D13BE is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 141 19 190 -
CMYK 0.26 0.90 0 0.25
HSL 282.81º 0.82% 0.41% -
HSV(B) 282.81º 0.9% 0.75% -
XYZ 20.51 9.85 49.53 -
YUV 74.97 192.92 175.1 -
System Red Green Blue C M Y K H S L
Decimal 141 19 190 0.26 0.90 0 0.25 282.81 0.82 0.41
Hex 8D 13 BE 1A 5A 0 19 11B 52 29
Octal 215 23 276 32 132 0 31 433 122 51
Binary 10001101 10011 10111110 11010 1011010 0 11001 100011011 1010010 101001

Color Harmonies of #8D13BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D13BE

Black with #8D13BE

Text Example


Text Example

White with #8D13BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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