#98699E

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

Shades of Violet Blue #98699E

Tints of Violet Blue #98699E

Color information

#98699E (or 0x98699E) is unknown color: approx Violet Blue. HEX triplet: 98, 69 and 9E. RGB value is (152,105,158). Sum of RGB (Red+Green+Blue) = 152+105+158=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 158 - color contains mainly: blue. Hex color #98699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98699E is #679661. Grayscale: #7C7C7C. Windows color (decimal): -6788706 or 10381720. OLE color: 10381720.

HSL color Cylindrical-coordinate representation of color #98699E: hue angle of 293.21º degrees, saturation: 0.21, 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 #98699E is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152105158-
CMYK0.040.3400.38
HSL293.21º21.46%51.57%-
HSV(B)293.21º33.54%61.96%-
XYZ24.1719.2534.79-
YUV125.1146.57147.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.63%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 158 (62.11% from 255) = 38.07%
R=36.63%
G=25.30%
B=38.07%

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
Decimal1521051580.040.3400.38293.2121.4651.57
Hex98699E4220261251534
Octal2301512364420464452564
Binary10011000110100110011110100100010010011010010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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