#98669F

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

Shades of Violet Blue #98669F

Tints of Violet Blue #98669F

Color information

#98669F (or 0x98669F) is unknown color: approx Violet Blue. HEX triplet: 98, 66 and 9F. RGB value is (152,102,159). Sum of RGB (Red+Green+Blue) = 152+102+159=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #98669F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98669F is #679960. Grayscale: #7B7B7B. Windows color (decimal): -6789473 or 10446488. OLE color: 10446488.

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

Color convert

RGB152102159-
CMYK0.040.3600.38
HSL292.63º22.89%51.18%-
HSV(B)292.63º35.85%62.35%-
XYZ23.9618.6835.14-
YUV123.45148.06148.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.80%
GREEN value IS 102 (40.23% from 255) = 24.70%
BLUE value IS 159 (62.5% from 255) = 38.50%
R=36.80%
G=24.70%
B=38.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521021590.040.3600.38292.6322.8951.18
Hex98669F4240261251733
Octal2301462374440464452763
Binary10011000110011010011111100100100010011010010010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98669F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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