#9849E1

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

Shades of Blue Violet #9849E1

Tints of Blue Violet #9849E1

Color information

#9849E1 (or 0x9849E1) is unknown color: approx Blue Violet. HEX triplet: 98, 49 and E1. RGB value is (152,73,225). Sum of RGB (Red+Green+Blue) = 152+73+225=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #9849E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849E1 is #67B61E. Grayscale: #717171. Windows color (decimal): -6796831 or 14764440. OLE color: 14764440.

HSL color Cylindrical-coordinate representation of color #9849E1: hue angle of 271.18º 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 #9849E1 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB15273225-
CMYK0.320.6800.12
HSL271.18º71.7%58.43%-
HSV(B)271.18º67.56%88.24%-
XYZ28.9216.8872.97-
YUV113.95190.67155.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.78%
GREEN value IS 73 (28.91% from 255) = 16.22%
BLUE value IS 225 (88.28% from 255) = 50%
R=33.78%
G=16.22%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152732250.320.6800.12271.1871.758.43
Hex9849E120440C10f483a
Octal2301113414010401441711072
Binary100110001001001111000011000001000100011001000011111001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9849E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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