Html Css Color HEX #8E3BDB Blue Violet

📋 copy color: '#8E3BDB'

red 142 ◦ green 59 ◦ blue 219

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

Shades of Blue Violet #8E3BDB

Tints of Blue Violet #8E3BDB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.05%

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 33.81%
G = 14.05%
B = 52.14%

CMYK

 C value IS 0.35

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E3BDB (or 0x8E3BDB) is known color: Blue Violet. HEX triplet: 8E, 3B and DB. RGB value is (142,59,219). Sum of RGB (Red+Green+Blue) = 142+59+219=420 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.81% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E3BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3BDB is #71C424. Grayscale: #656565. Windows color (decimal): -7455781 or 14367630. OLE color: 14367630.

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

Color convert

RGB 142 59 219 -
CMYK 0.35 0.73 0 0.14
HSL 271.13º 0.69% 0.55% -
HSV(B) 271.13º 0.73% 0.86% -
XYZ 25.51 13.99 68.37 -
YUV 102.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 142 59 219 0.35 0.73 0 0.14 271.13 0.69 0.55
Hex 8E 3B DB 23 49 0 E 10F 45 37
Octal 216 73 333 43 111 0 16 417 105 67
Binary 10001110 111011 11011011 100011 1001001 0 1110 100001111 1000101 110111

Color Harmonies of #8E3BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3BDB

Black with #8E3BDB

Text Example


Text Example

White with #8E3BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,59,219); }

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

background-color css

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

 a { background-color: rgb(142,59,219); }

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

border-color css

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

 span { border-color: rgb(142,59,219); }

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