#98699F

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

Shades of Violet Blue #98699F

Tints of Violet Blue #98699F

Color information

#98699F (or 0x98699F) is unknown color: approx Violet Blue. HEX triplet: 98, 69 and 9F. RGB value is (152,105,159). Sum of RGB (Red+Green+Blue) = 152+105+159=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 159 - color contains mainly: blue. Hex color #98699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98699F is #679660. Grayscale: #7D7D7D. Windows color (decimal): -6788705 or 10447256. OLE color: 10447256.

HSL color Cylindrical-coordinate representation of color #98699F: hue angle of 292.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98699F is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152105159-
CMYK0.040.3400.38
HSL292.22º21.95%51.76%-
HSV(B)292.22º33.96%62.35%-
XYZ24.2619.2835.24-
YUV125.21147.07147.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 159 (62.5% from 255) = 38.22%
R=36.54%
G=25.24%
B=38.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521051590.040.3400.38292.2221.9551.76
Hex98699F4220261241634
Octal2301512374420464442664
Binary10011000110100110011111100100010010011010010010010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98699F; }

 p { color: rgb(152,105,159); }

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

<style>
 a { background-color: #98699F; }

 a { background-color: rgb(152,105,159); }

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

<style>
 span { border-color: #98699F; }

 span { border-color: rgb(152,105,159); }

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