Html Css Color HEX #8E27DE Blue Violet

📋 copy color: '#8E27DE'

red 142 ◦ green 39 ◦ blue 222

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

Shades of Blue Violet #8E27DE

Tints of Blue Violet #8E27DE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.68%

 BLUE value IS 222 (87.11% from 255) = 55.09%

R = 35.24%
G = 9.68%
B = 55.09%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E27DE (or 0x8E27DE) is known color: Blue Violet. HEX triplet: 8E, 27 and DE. RGB value is (142,39,222). Sum of RGB (Red+Green+Blue) = 142+39+222=403 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.24% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 222 (87.11% from 255 or 55.09% from 403); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E27DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E27DE is #71D821. Grayscale: #5A5A5A. Windows color (decimal): -7460898 or 14559118. OLE color: 14559118.

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

Color convert

RGB 142 39 222 -
CMYK 0.36 0.82 0 0.13
HSL 273.77º 0.73% 0.51% -
HSV(B) 273.77º 0.82% 0.87% -
XYZ 25.07 12.48 70.19 -
YUV 90.66 202.12 164.62 -
System Red Green Blue C M Y K H S L
Decimal 142 39 222 0.36 0.82 0 0.13 273.77 0.73 0.51
Hex 8E 27 DE 24 52 0 D 112 49 33
Octal 216 47 336 44 122 0 15 422 111 63
Binary 10001110 100111 11011110 100100 1010010 0 1101 100010010 1001001 110011

Color Harmonies of #8E27DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E27DE

Black with #8E27DE

Text Example


Text Example

White with #8E27DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,39,222); }

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

background-color css

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

 a { background-color: rgb(142,39,222); }

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

border-color css

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

 span { border-color: rgb(142,39,222); }

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