Html Css Color HEX #8428EF Blue Violet

📋 copy color: '#8428EF'

red 132 ◦ green 40 ◦ blue 239

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

Shades of Blue Violet #8428EF

Tints of Blue Violet #8428EF

RGB

 RED value IS 132 (51.95% from 255) = 32.12%

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

 BLUE value IS 239 (93.75% from 255) = 58.15%

R = 32.12%
G = 9.73%
B = 58.15%

CMYK

 C value IS 0.45

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8428EF (or 0x8428EF) is known color: Blue Violet. HEX triplet: 84, 28 and EF. RGB value is (132,40,239). Sum of RGB (Red+Green+Blue) = 132+40+239=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 40 (16.02% from 255 or 9.73% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #8428EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8428EF is #7BD710. Grayscale: #595959. Windows color (decimal): -8115985 or 15673476. OLE color: 15673476.

HSL color Cylindrical-coordinate representation of color #8428EF: hue angle of 267.74º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8428EF is Cyan = 0.45, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 132 40 239 -
CMYK 0.45 0.83 0 0.06
HSL 267.74º 0.86% 0.55% -
HSV(B) 267.74º 0.83% 0.94% -
XYZ 25.85 12.66 82.74 -
YUV 90.19 211.98 157.82 -
System Red Green Blue C M Y K H S L
Decimal 132 40 239 0.45 0.83 0 0.06 267.74 0.86 0.55
Hex 84 28 EF 2D 53 0 6 10C 56 37
Octal 204 50 357 55 123 0 6 414 126 67
Binary 10000100 101000 11101111 101101 1010011 0 110 100001100 1010110 110111

Color Harmonies of #8428EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8428EF

Black with #8428EF

Text Example


Text Example

White with #8428EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8428EF; }

 p { color: rgb(132,40,239); }

 H1.HeaderClassName
 {
   color: #8428EF;
 }
 .AnyTagClassName
 {
   color: #8428EF;
 }
</style>

background-color css

<style>
 a { background-color: #8428EF; }

 a { background-color: rgb(132,40,239); }

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

border-color css

<style>
 span { border-color: #8428EF; }

 span { border-color: rgb(132,40,239); }

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