Html Css Color HEX #8442E5 Blue Violet

📋 copy color: '#8442E5'

red 132 ◦ green 66 ◦ blue 229

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

Shades of Blue Violet #8442E5

Tints of Blue Violet #8442E5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.46%

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

R = 30.91%
G = 15.46%
B = 53.63%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8442E5 (or 0x8442E5) is known color: Blue Violet. HEX triplet: 84, 42 and E5. RGB value is (132,66,229). Sum of RGB (Red+Green+Blue) = 132+66+229=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 229 (89.84% from 255 or 53.63% from 427); Max value from RGB is 229 - color contains mainly: blue. Hex color #8442E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8442E5 is #7BBD1A. Grayscale: #676767. Windows color (decimal): -8109339 or 15024772. OLE color: 15024772.

HSL color Cylindrical-coordinate representation of color #8442E5: hue angle of 264.29º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8442E5 is Cyan = 0.42, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 132 66 229 -
CMYK 0.42 0.71 0 0.10
HSL 264.29º 0.76% 0.58% -
HSV(B) 264.29º 0.71% 0.9% -
XYZ 25.61 14.46 75.57 -
YUV 104.32 198.37 147.75 -
System Red Green Blue C M Y K H S L
Decimal 132 66 229 0.42 0.71 0 0.10 264.29 0.76 0.58
Hex 84 42 E5 2A 47 0 A 108 4C 3A
Octal 204 102 345 52 107 0 12 410 114 72
Binary 10000100 1000010 11100101 101010 1000111 0 1010 100001000 1001100 111010

Color Harmonies of #8442E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8442E5

Black with #8442E5

Text Example


Text Example

White with #8442E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,66,229); }

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

background-color css

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

 a { background-color: rgb(132,66,229); }

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

border-color css

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

 span { border-color: rgb(132,66,229); }

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