Html Css Color HEX #8D15BE Dark Violet

📋 copy color: '#8D15BE'

red 141 ◦ green 21 ◦ blue 190

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

Shades of Dark Violet #8D15BE

Tints of Dark Violet #8D15BE

RGB

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

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

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

R = 40.06%
G = 5.97%
B = 53.98%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8D15BE (or 0x8D15BE) is known color: Dark Violet. HEX triplet: 8D, 15 and BE. RGB value is (141,21,190). Sum of RGB (Red+Green+Blue) = 141+21+190=352 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.06% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D15BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D15BE is #72EA41. Grayscale: #4B4B4B. Windows color (decimal): -7531074 or 12457357. OLE color: 12457357.

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

Color convert

RGB 141 21 190 -
CMYK 0.26 0.89 0 0.25
HSL 282.6º 0.8% 0.41% -
HSV(B) 282.6º 0.89% 0.75% -
XYZ 20.55 9.92 49.55 -
YUV 76.15 192.26 174.26 -
System Red Green Blue C M Y K H S L
Decimal 141 21 190 0.26 0.89 0 0.25 282.6 0.8 0.41
Hex 8D 15 BE 1A 59 0 19 11B 50 29
Octal 215 25 276 32 131 0 31 433 120 51
Binary 10001101 10101 10111110 11010 1011001 0 11001 100011011 1010000 101001

Color Harmonies of #8D15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D15BE

Black with #8D15BE

Text Example


Text Example

White with #8D15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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