#98659B

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

Shades of Violet Blue #98659B

Tints of Violet Blue #98659B

Color information

#98659B (or 0x98659B) is unknown color: approx Violet Blue. HEX triplet: 98, 65 and 9B. RGB value is (152,101,155). Sum of RGB (Red+Green+Blue) = 152+101+155=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 101 (39.84% from 255 or 24.75% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 155 - color contains mainly: blue. Hex color #98659B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98659B is #679A64. Grayscale: #7A7A7A. Windows color (decimal): -6789733 or 10184088. OLE color: 10184088.

HSL color Cylindrical-coordinate representation of color #98659B: hue angle of 296.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98659B is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152101155-
CMYK0.020.3500.39
HSL296.67º21.26%50.2%-
HSV(B)296.67º34.84%60.78%-
XYZ23.5218.3533.31-
YUV122.4146.4149.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 101 (39.84% from 255) = 24.75%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=37.25%
G=24.75%
B=37.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521011550.020.3500.39296.6721.2650.2
Hex98659B2230271291532
Octal2301452332430474512562
Binary1001100011001011001101110100011010011110010100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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