Html Css Color HEX #8E2CEC Blue Violet

📋 copy color: '#8E2CEC'

red 142 ◦ green 44 ◦ blue 236

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

Shades of Blue Violet #8E2CEC

Tints of Blue Violet #8E2CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.43%

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

R = 33.65%
G = 10.43%
B = 55.92%

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

#8E2CEC (or 0x8E2CEC) is known color: Blue Violet. HEX triplet: 8E, 2C and EC. RGB value is (142,44,236). Sum of RGB (Red+Green+Blue) = 142+44+236=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 44 (17.58% from 255 or 10.43% from 422); Blue value is 236 (92.58% from 255 or 55.92% from 422); Max value from RGB is 236 - color contains mainly: blue. Hex color #8E2CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E2CEC is #71D313. Grayscale: #5E5E5E. Windows color (decimal): -7459604 or 15477902. OLE color: 15477902.

HSL color Cylindrical-coordinate representation of color #8E2CEC: hue angle of 270.62º 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 #8E2CEC is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 142 44 236 -
CMYK 0.40 0.81 0 0.07
HSL 270.63º 0.83% 0.55% -
HSV(B) 270.63º 0.81% 0.93% -
XYZ 27.2 13.61 80.55 -
YUV 95.19 207.47 161.39 -
System Red Green Blue C M Y K H S L
Decimal 142 44 236 0.40 0.81 0 0.07 270.63 0.83 0.55
Hex 8E 2C EC 28 51 0 7 10F 53 37
Octal 216 54 354 50 121 0 7 417 123 67
Binary 10001110 101100 11101100 101000 1010001 0 111 100001111 1010011 110111

Color Harmonies of #8E2CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2CEC

Black with #8E2CEC

Text Example


Text Example

White with #8E2CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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