#9849A0

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

Shades of Violet Blue #9849A0

Tints of Violet Blue #9849A0

Color information

#9849A0 (or 0x9849A0) is unknown color: approx Violet Blue. HEX triplet: 98, 49 and A0. RGB value is (152,73,160). Sum of RGB (Red+Green+Blue) = 152+73+160=385 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.48% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 160 (62.89% from 255 or 41.56% from 385); Max value from RGB is 160 - color contains mainly: blue. Hex color #9849A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9849A0 is #67B65F. Grayscale: #6A6A6A. Windows color (decimal): -6796896 or 10504600. OLE color: 10504600.

HSL color Cylindrical-coordinate representation of color #9849A0: hue angle of 294.48º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9849A0 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB15273160-
CMYK0.050.5400.37
HSL294.48º37.34%45.69%-
HSV(B)294.48º54.37%62.75%-
XYZ21.6813.9834.81-
YUV106.54158.17160.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.48%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 160 (62.89% from 255) = 41.56%
R=39.48%
G=18.96%
B=41.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal152731600.050.5400.37294.4837.3445.69
Hex9849A0536025126252e
Octal2301112405660454464556
Binary100110001001001101000001011101100100101100100110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9849A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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