Html Css Color HEX #8D15AF Dark Violet

📋 copy color: '#8D15AF'

red 141 ◦ green 21 ◦ blue 175

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

Shades of Dark Violet #8D15AF

Tints of Dark Violet #8D15AF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.23%

 BLUE value IS 175 (68.75% from 255) = 51.93%

R = 41.84%
G = 6.23%
B = 51.93%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8D15AF (or 0x8D15AF) is known color: Dark Violet. HEX triplet: 8D, 15 and AF. RGB value is (141,21,175). Sum of RGB (Red+Green+Blue) = 141+21+175=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 175 (68.75% from 255 or 51.93% from 337); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D15AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8D15AF is #72EA50. Grayscale: #494949. Windows color (decimal): -7531089 or 11474317. OLE color: 11474317.

HSL color Cylindrical-coordinate representation of color #8D15AF: hue angle of 286.75º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8D15AF is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 141 21 175 -
CMYK 0.19 0.88 0 0.31
HSL 286.75º 0.79% 0.38% -
HSV(B) 286.75º 0.88% 0.69% -
XYZ 18.99 9.29 41.35 -
YUV 74.44 184.76 175.48 -
System Red Green Blue C M Y K H S L
Decimal 141 21 175 0.19 0.88 0 0.31 286.75 0.79 0.38
Hex 8D 15 AF 13 58 0 1F 11F 4F 26
Octal 215 25 257 23 130 0 37 437 117 46
Binary 10001101 10101 10101111 10011 1011000 0 11111 100011111 1001111 100110

Color Harmonies of #8D15AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D15AF

Black with #8D15AF

Text Example


Text Example

White with #8D15AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,21,175); }

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

background-color css

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

 a { background-color: rgb(141,21,175); }

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

border-color css

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

 span { border-color: rgb(141,21,175); }

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