#98659A

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

Shades of Violet Blue #98659A

Tints of Violet Blue #98659A

Color information

#98659A (or 0x98659A) is unknown color: approx Violet Blue. HEX triplet: 98, 65 and 9A. RGB value is (152,101,154). Sum of RGB (Red+Green+Blue) = 152+101+154=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 101 (39.84% from 255 or 24.82% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #98659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98659A is #679A65. Grayscale: #7A7A7A. Windows color (decimal): -6789734 or 10118552. OLE color: 10118552.

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

Color convert

RGB152101154-
CMYK0.010.3400.40
HSL297.74º20.78%50%-
HSV(B)297.74º34.42%60.39%-
XYZ23.4418.3232.87-
YUV122.29145.9149.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 101 (39.84% from 255) = 24.82%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=37.35%
G=24.82%
B=37.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521011540.010.3400.40297.7420.7850
Hex98659A12202812a1532
Octal2301452321420504522562
Binary100110001100101100110101100010010100010010101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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