Html Css Color HEX #8E2BDD Blue Violet

📋 copy color: '#8E2BDD'

red 142 ◦ green 43 ◦ blue 221

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

Shades of Blue Violet #8E2BDD

Tints of Blue Violet #8E2BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.59%

 BLUE value IS 221 (86.72% from 255) = 54.43%

R = 34.98%
G = 10.59%
B = 54.43%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E2BDD (or 0x8E2BDD) is known color: Blue Violet. HEX triplet: 8E, 2B and DD. RGB value is (142,43,221). Sum of RGB (Red+Green+Blue) = 142+43+221=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 43 (17.19% from 255 or 10.59% from 406); Blue value is 221 (86.72% from 255 or 54.43% from 406); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E2BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E2BDD is #71D422. Grayscale: #5C5C5C. Windows color (decimal): -7459875 or 14494606. OLE color: 14494606.

HSL color Cylindrical-coordinate representation of color #8E2BDD: hue angle of 273.37º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E2BDD is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 43 221 -
CMYK 0.36 0.81 0 0.13
HSL 273.37º 0.72% 0.52% -
HSV(B) 273.37º 0.81% 0.87% -
XYZ 25.07 12.7 69.54 -
YUV 92.89 200.3 163.03 -
System Red Green Blue C M Y K H S L
Decimal 142 43 221 0.36 0.81 0 0.13 273.37 0.72 0.52
Hex 8E 2B DD 24 51 0 D 111 48 34
Octal 216 53 335 44 121 0 15 421 110 64
Binary 10001110 101011 11011101 100100 1010001 0 1101 100010001 1001000 110100

Color Harmonies of #8E2BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2BDD

Black with #8E2BDD

Text Example


Text Example

White with #8E2BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,43,221); }

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

background-color css

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

 a { background-color: rgb(142,43,221); }

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

border-color css

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

 span { border-color: rgb(142,43,221); }

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