#8449DE

Color #8449DE Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8449DE

Tints of Blue Violet #8449DE

Color information

#8449DE (or 0x8449DE) is unknown color: approx Blue Violet. HEX triplet: 84, 49 and DE. RGB value is (132,73,222). Sum of RGB (Red+Green+Blue) = 132+73+222=427 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.91% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #8449DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8449DE is #7BB621. Grayscale: #6B6B6B. Windows color (decimal): -8107554 or 14567812. OLE color: 14567812.

HSL color Cylindrical-coordinate representation of color #8449DE: hue angle of 263.76º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8449DE is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13273222-
CMYK0.410.6700.13
HSL263.76º69.3%57.84%-
HSV(B)263.76º67.12%87.06%-
XYZ25.0814.9470.67-
YUV107.63192.55145.38-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.91%
GREEN value IS 73 (28.91% from 255) = 17.10%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=30.91%
G=17.10%
B=51.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132732220.410.6700.13263.7669.357.84
Hex8449DE29430D108453a
Octal2041113365110301541010572
Binary100001001001001110111101010011000011011011000010001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8449DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8449DE;
 }
 .AnyTagClassName
 {
   color: #8449DE;
 }
</style>
background-color css

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

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

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

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

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

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