Html Css Color HEX #8449EB Blue Violet

📋 copy color: '#8449EB'

red 132 ◦ green 73 ◦ blue 235

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

Shades of Blue Violet #8449EB

Tints of Blue Violet #8449EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.41%

R = 30%
G = 16.59%
B = 53.41%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8449EB (or 0x8449EB) is known color: Blue Violet. HEX triplet: 84, 49 and EB. RGB value is (132,73,235). Sum of RGB (Red+Green+Blue) = 132+73+235=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #8449EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8449EB is #7BB614. Grayscale: #6C6C6C. Windows color (decimal): -8107541 or 15419780. OLE color: 15419780.

HSL color Cylindrical-coordinate representation of color #8449EB: hue angle of 261.85º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8449EB is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 132 73 235 -
CMYK 0.44 0.69 0 0.08
HSL 261.85º 0.8% 0.6% -
HSV(B) 261.85º 0.69% 0.92% -
XYZ 26.89 15.67 80.2 -
YUV 109.11 199.05 144.33 -
System Red Green Blue C M Y K H S L
Decimal 132 73 235 0.44 0.69 0 0.08 261.85 0.8 0.6
Hex 84 49 EB 2C 45 0 8 106 50 3C
Octal 204 111 353 54 105 0 10 406 120 74
Binary 10000100 1001001 11101011 101100 1000101 0 1000 100000110 1010000 111100

Color Harmonies of #8449EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8449EB

Black with #8449EB

Text Example


Text Example

White with #8449EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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