#98649A

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

Shades of Violet Blue #98649A

Tints of Violet Blue #98649A

Color information

#98649A (or 0x98649A) is unknown color: approx Violet Blue. HEX triplet: 98, 64 and 9A. RGB value is (152,100,154). Sum of RGB (Red+Green+Blue) = 152+100+154=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 154 (60.55% from 255 or 37.93% from 406); Max value from RGB is 154 - color contains mainly: blue. Hex color #98649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98649A is #679B65. Grayscale: #797979. Windows color (decimal): -6789990 or 10118296. OLE color: 10118296.

HSL color Cylindrical-coordinate representation of color #98649A: hue angle of 297.78º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98649A is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB152100154-
CMYK0.010.3500.40
HSL297.78º21.26%49.8%-
HSV(B)297.78º35.06%60.39%-
XYZ23.3418.1232.84-
YUV121.7146.23149.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.44%
GREEN value IS 100 (39.45% from 255) = 24.63%
BLUE value IS 154 (60.55% from 255) = 37.93%
R=37.44%
G=24.63%
B=37.93%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521001540.010.3500.40297.7821.2649.8
Hex98649A12302812a1532
Octal2301442321430504522562
Binary100110001100100100110101100011010100010010101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98649A; }

 p { color: rgb(152,100,154); }

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

<style>
 a { background-color: #98649A; }

 a { background-color: rgb(152,100,154); }

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

<style>
 span { border-color: #98649A; }

 span { border-color: rgb(152,100,154); }

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