#98669E

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

Shades of Violet Blue #98669E

Tints of Violet Blue #98669E

Color information

#98669E (or 0x98669E) is unknown color: approx Violet Blue. HEX triplet: 98, 66 and 9E. RGB value is (152,102,158). Sum of RGB (Red+Green+Blue) = 152+102+158=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 158 (62.11% from 255 or 38.35% from 412); Max value from RGB is 158 - color contains mainly: blue. Hex color #98669E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98669E is #679961. Grayscale: #7B7B7B. Windows color (decimal): -6789474 or 10380952. OLE color: 10380952.

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

Color convert

RGB152102158-
CMYK0.040.3500.38
HSL293.57º22.4%50.98%-
HSV(B)293.57º35.44%61.96%-
XYZ23.8718.6534.69-
YUV123.33147.56148.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.89%
GREEN value IS 102 (40.23% from 255) = 24.76%
BLUE value IS 158 (62.11% from 255) = 38.35%
R=36.89%
G=24.76%
B=38.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521021580.040.3500.38293.5722.450.98
Hex98669E4230261261633
Octal2301462364430464462663
Binary10011000110011010011110100100011010011010010011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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