Html Css Color HEX #8E1BDC Blue Violet

📋 copy color: '#8E1BDC'

red 142 ◦ green 27 ◦ blue 220

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

Shades of Blue Violet #8E1BDC

Tints of Blue Violet #8E1BDC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.94%

 BLUE value IS 220 (86.33% from 255) = 56.56%

R = 36.5%
G = 6.94%
B = 56.56%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E1BDC (or 0x8E1BDC) is known color: Blue Violet. HEX triplet: 8E, 1B and DC. RGB value is (142,27,220). Sum of RGB (Red+Green+Blue) = 142+27+220=389 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.50% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 220 (86.33% from 255 or 56.56% from 389); Max value from RGB is 220 - color contains mainly: blue. Hex color #8E1BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E1BDC is #71E423. Grayscale: #525252. Windows color (decimal): -7463972 or 14424974. OLE color: 14424974.

HSL color Cylindrical-coordinate representation of color #8E1BDC: hue angle of 275.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1BDC is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 27 220 -
CMYK 0.35 0.88 0 0.14
HSL 275.75º 0.78% 0.48% -
HSV(B) 275.75º 0.88% 0.86% -
XYZ 24.47 11.7 68.68 -
YUV 83.39 205.1 169.81 -
System Red Green Blue C M Y K H S L
Decimal 142 27 220 0.35 0.88 0 0.14 275.75 0.78 0.48
Hex 8E 1B DC 23 58 0 E 114 4E 30
Octal 216 33 334 43 130 0 16 424 116 60
Binary 10001110 11011 11011100 100011 1011000 0 1110 100010100 1001110 110000

Color Harmonies of #8E1BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1BDC

Black with #8E1BDC

Text Example


Text Example

White with #8E1BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,220); }

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

background-color css

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

 a { background-color: rgb(142,27,220); }

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

border-color css

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

 span { border-color: rgb(142,27,220); }

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