#8849F8

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

Shades of Blue Violet #8849F8

Tints of Blue Violet #8849F8

Color information

#8849F8 (or 0x8849F8) is unknown color: approx Blue Violet. HEX triplet: 88, 49 and F8. RGB value is (136,73,248). Sum of RGB (Red+Green+Blue) = 136+73+248=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #8849F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8849F8 is #77B607. Grayscale: #6F6F6F. Windows color (decimal): -7845384 or 16271752. OLE color: 16271752.

HSL color Cylindrical-coordinate representation of color #8849F8: hue angle of 261.6º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8849F8 is Cyan = 0.45, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13673248-
CMYK0.450.7100.03
HSL261.6º92.59%62.94%-
HSV(B)261.6º70.56%97.25%-
XYZ29.4816.7890.49-
YUV111.79204.87145.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 73 (28.91% from 255) = 15.97%
BLUE value IS 248 (97.27% from 255) = 54.27%
R=29.76%
G=15.97%
B=54.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal136732480.450.7100.03261.692.5962.94
Hex8849F82D47031065d3f
Octal210111370551070340613577
Binary1000100010010011111100010110110001110111000001101011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8849F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8849F8; }

 p { color: rgb(136,73,248); }

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

<style>
 a { background-color: #8849F8; }

 a { background-color: rgb(136,73,248); }

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

<style>
 span { border-color: #8849F8; }

 span { border-color: rgb(136,73,248); }

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