Html Css Color HEX #8E28F1 Blue Violet

📋 copy color: '#8E28F1'

red 142 ◦ green 40 ◦ blue 241

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

Shades of Blue Violet #8E28F1

Tints of Blue Violet #8E28F1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.46%

 BLUE value IS 241 (94.53% from 255) = 56.97%

R = 33.57%
G = 9.46%
B = 56.97%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8E28F1 (or 0x8E28F1) is known color: Blue Violet. HEX triplet: 8E, 28 and F1. RGB value is (142,40,241). Sum of RGB (Red+Green+Blue) = 142+40+241=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 40 (16.02% from 255 or 9.46% from 423); Blue value is 241 (94.53% from 255 or 56.97% from 423); Max value from RGB is 241 - color contains mainly: blue. Hex color #8E28F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E28F1 is #71D70E. Grayscale: #5C5C5C. Windows color (decimal): -7460623 or 15804558. OLE color: 15804558.

HSL color Cylindrical-coordinate representation of color #8E28F1: hue angle of 270.45º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E28F1 is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 142 40 241 -
CMYK 0.41 0.83 0 0.05
HSL 270.45º 0.88% 0.55% -
HSV(B) 270.45º 0.83% 0.95% -
XYZ 27.79 13.62 84.38 -
YUV 93.41 211.29 162.66 -
System Red Green Blue C M Y K H S L
Decimal 142 40 241 0.41 0.83 0 0.05 270.45 0.88 0.55
Hex 8E 28 F1 29 53 0 5 10E 58 37
Octal 216 50 361 51 123 0 5 416 130 67
Binary 10001110 101000 11110001 101001 1010011 0 101 100001110 1011000 110111

Color Harmonies of #8E28F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E28F1

Black with #8E28F1

Text Example


Text Example

White with #8E28F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,40,241); }

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

background-color css

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

 a { background-color: rgb(142,40,241); }

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

border-color css

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

 span { border-color: rgb(142,40,241); }

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