Html Css Color HEX #8446E1 Blue Violet

📋 copy color: '#8446E1'

red 132 ◦ green 70 ◦ blue 225

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

Shades of Blue Violet #8446E1

Tints of Blue Violet #8446E1

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.39%

 BLUE value IS 225 (88.28% from 255) = 52.69%

R = 30.91%
G = 16.39%
B = 52.69%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8446E1 (or 0x8446E1) is known color: Blue Violet. HEX triplet: 84, 46 and E1. RGB value is (132,70,225). Sum of RGB (Red+Green+Blue) = 132+70+225=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 225 (88.28% from 255 or 52.69% from 427); Max value from RGB is 225 - color contains mainly: blue. Hex color #8446E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8446E1 is #7BB91E. Grayscale: #696969. Windows color (decimal): -8108319 or 14763652. OLE color: 14763652.

HSL color Cylindrical-coordinate representation of color #8446E1: hue angle of 264º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8446E1 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 132 70 225 -
CMYK 0.41 0.69 0 0.12
HSL 264º 0.72% 0.58% -
HSV(B) 264º 0.69% 0.88% -
XYZ 25.3 14.72 72.74 -
YUV 106.21 195.04 146.4 -
System Red Green Blue C M Y K H S L
Decimal 132 70 225 0.41 0.69 0 0.12 264 0.72 0.58
Hex 84 46 E1 29 45 0 C 108 48 3A
Octal 204 106 341 51 105 0 14 410 110 72
Binary 10000100 1000110 11100001 101001 1000101 0 1100 100001000 1001000 111010

Color Harmonies of #8446E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8446E1

Black with #8446E1

Text Example


Text Example

White with #8446E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8446E1; }

 p { color: rgb(132,70,225); }

 H1.HeaderClassName
 {
   color: #8446E1;
 }
 .AnyTagClassName
 {
   color: #8446E1;
 }
</style>

background-color css

<style>
 a { background-color: #8446E1; }

 a { background-color: rgb(132,70,225); }

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

border-color css

<style>
 span { border-color: #8446E1; }

 span { border-color: rgb(132,70,225); }

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