Html Css Color HEX #8E2DEC Blue Violet

📋 copy color: '#8E2DEC'

red 142 ◦ green 45 ◦ blue 236

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

Shades of Blue Violet #8E2DEC

Tints of Blue Violet #8E2DEC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.64%

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 33.57%
G = 10.64%
B = 55.79%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8E2DEC (or 0x8E2DEC) is known color: Blue Violet. HEX triplet: 8E, 2D and EC. RGB value is (142,45,236). Sum of RGB (Red+Green+Blue) = 142+45+236=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E2DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2DEC is #71D213. Grayscale: #5F5F5F. Windows color (decimal): -7459348 or 15478158. OLE color: 15478158.

HSL color Cylindrical-coordinate representation of color #8E2DEC: hue angle of 270.47º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E2DEC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 45 236 -
CMYK 0.40 0.81 0 0.07
HSL 270.47º 0.83% 0.55% -
HSV(B) 270.47º 0.81% 0.93% -
XYZ 27.23 13.68 80.56 -
YUV 95.78 207.14 160.97 -
System Red Green Blue C M Y K H S L
Decimal 142 45 236 0.40 0.81 0 0.07 270.47 0.83 0.55
Hex 8E 2D EC 28 51 0 7 10E 53 37
Octal 216 55 354 50 121 0 7 416 123 67
Binary 10001110 101101 11101100 101000 1010001 0 111 100001110 1010011 110111

Color Harmonies of #8E2DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2DEC

Black with #8E2DEC

Text Example


Text Example

White with #8E2DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,45,236); }

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

background-color css

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

 a { background-color: rgb(142,45,236); }

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

border-color css

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

 span { border-color: rgb(142,45,236); }

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