Html Css Color HEX #8449E7 Blue Violet

📋 copy color: '#8449E7'

red 132 ◦ green 73 ◦ blue 231

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

Shades of Blue Violet #8449E7

Tints of Blue Violet #8449E7

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.74%

 BLUE value IS 231 (90.63% from 255) = 52.98%

R = 30.28%
G = 16.74%
B = 52.98%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8449E7 (or 0x8449E7) is known color: Blue Violet. HEX triplet: 84, 49 and E7. RGB value is (132,73,231). Sum of RGB (Red+Green+Blue) = 132+73+231=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 231 (90.62% from 255 or 52.98% from 436); Max value from RGB is 231 - color contains mainly: blue. Hex color #8449E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449E7 is #7BB618. Grayscale: #6C6C6C. Windows color (decimal): -8107545 or 15157636. OLE color: 15157636.

HSL color Cylindrical-coordinate representation of color #8449E7: hue angle of 262.41º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8449E7 is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 132 73 231 -
CMYK 0.43 0.68 0 0.09
HSL 262.41º 0.77% 0.6% -
HSV(B) 262.41º 0.68% 0.91% -
XYZ 26.32 15.44 77.19 -
YUV 108.65 197.05 144.65 -
System Red Green Blue C M Y K H S L
Decimal 132 73 231 0.43 0.68 0 0.09 262.41 0.77 0.6
Hex 84 49 E7 2B 44 0 9 106 4D 3C
Octal 204 111 347 53 104 0 11 406 115 74
Binary 10000100 1001001 11100111 101011 1000100 0 1001 100000110 1001101 111100

Color Harmonies of #8449E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449E7

Black with #8449E7

Text Example


Text Example

White with #8449E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8449E7; }

 p { color: rgb(132,73,231); }

 H1.HeaderClassName
 {
   color: #8449E7;
 }
 .AnyTagClassName
 {
   color: #8449E7;
 }
</style>

background-color css

<style>
 a { background-color: #8449E7; }

 a { background-color: rgb(132,73,231); }

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

border-color css

<style>
 span { border-color: #8449E7; }

 span { border-color: rgb(132,73,231); }

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