Html Css Color HEX #8028E5 Blue Violet

📋 copy color: '#8028E5'

red 128 ◦ green 40 ◦ blue 229

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

Shades of Blue Violet #8028E5

Tints of Blue Violet #8028E5

RGB

 RED value IS 128 (50.39% from 255) = 32.24%

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

 BLUE value IS 229 (89.84% from 255) = 57.68%

R = 32.24%
G = 10.08%
B = 57.68%

CMYK

 C value IS 0.44

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8028E5 (or 0x8028E5) is known color: Blue Violet. HEX triplet: 80, 28 and E5. RGB value is (128,40,229). Sum of RGB (Red+Green+Blue) = 128+40+229=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 40 (16.02% from 255 or 10.08% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #8028E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028E5 is #7FD71A. Grayscale: #575757. Windows color (decimal): -8378139 or 15018112. OLE color: 15018112.

HSL color Cylindrical-coordinate representation of color #8028E5: hue angle of 267.94º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8028E5 is Cyan = 0.44, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 128 40 229 -
CMYK 0.44 0.83 0 0.10
HSL 267.94º 0.78% 0.53% -
HSV(B) 267.94º 0.83% 0.9% -
XYZ 23.8 11.76 75.14 -
YUV 87.86 207.65 156.63 -
System Red Green Blue C M Y K H S L
Decimal 128 40 229 0.44 0.83 0 0.10 267.94 0.78 0.53
Hex 80 28 E5 2C 53 0 A 10C 4E 35
Octal 200 50 345 54 123 0 12 414 116 65
Binary 10000000 101000 11100101 101100 1010011 0 1010 100001100 1001110 110101

Color Harmonies of #8028E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8028E5

Black with #8028E5

Text Example


Text Example

White with #8028E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8028E5; }

 p { color: rgb(128,40,229); }

 H1.HeaderClassName
 {
   color: #8028E5;
 }
 .AnyTagClassName
 {
   color: #8028E5;
 }
</style>

background-color css

<style>
 a { background-color: #8028E5; }

 a { background-color: rgb(128,40,229); }

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

border-color css

<style>
 span { border-color: #8028E5; }

 span { border-color: rgb(128,40,229); }

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