Html Css Color HEX #8E15BC Dark Violet

📋 copy color: '#8E15BC'

red 142 ◦ green 21 ◦ blue 188

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

Shades of Dark Violet #8E15BC

Tints of Dark Violet #8E15BC

RGB

 RED value IS 142 (55.86% from 255) = 40.46%

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

 BLUE value IS 188 (73.83% from 255) = 53.56%

R = 40.46%
G = 5.98%
B = 53.56%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E15BC (or 0x8E15BC) is known color: Dark Violet. HEX triplet: 8E, 15 and BC. RGB value is (142,21,188). Sum of RGB (Red+Green+Blue) = 142+21+188=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E15BC is #71EA43. Grayscale: #4B4B4B. Windows color (decimal): -7465540 or 12326286. OLE color: 12326286.

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

Color convert

RGB 142 21 188 -
CMYK 0.24 0.89 0 0.26
HSL 283.47º 0.8% 0.41% -
HSV(B) 283.47º 0.89% 0.74% -
XYZ 20.5 9.92 48.41 -
YUV 76.22 191.09 174.92 -
System Red Green Blue C M Y K H S L
Decimal 142 21 188 0.24 0.89 0 0.26 283.47 0.8 0.41
Hex 8E 15 BC 18 59 0 1A 11B 50 29
Octal 216 25 274 30 131 0 32 433 120 51
Binary 10001110 10101 10111100 11000 1011001 0 11010 100011011 1010000 101001

Color Harmonies of #8E15BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E15BC

Black with #8E15BC

Text Example


Text Example

White with #8E15BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,21,188); }

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

background-color css

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

 a { background-color: rgb(142,21,188); }

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

border-color css

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

 span { border-color: rgb(142,21,188); }

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