#8849E1

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

Shades of Blue Violet #8849E1

Tints of Blue Violet #8849E1

Color information

#8849E1 (or 0x8849E1) is unknown color: approx Blue Violet. HEX triplet: 88, 49 and E1. RGB value is (136,73,225). Sum of RGB (Red+Green+Blue) = 136+73+225=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #8849E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8849E1 is #77B61E. Grayscale: #6C6C6C. Windows color (decimal): -7845407 or 14764424. OLE color: 14764424.

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

Color convert

RGB13673225-
CMYK0.400.6800.12
HSL264.87º71.7%58.43%-
HSV(B)264.87º67.56%88.24%-
XYZ26.1315.4472.84-
YUV109.16193.37147.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 31.34%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 225 (88.28% from 255) = 51.84%
R=31.34%
G=16.82%
B=51.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal136732250.400.6800.12264.8771.758.43
Hex8849E128440C109483a
Octal2101113415010401441111072
Binary100010001001001111000011010001000100011001000010011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8849E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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