#98679C

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

Shades of Violet Blue #98679C

Tints of Violet Blue #98679C

Color information

#98679C (or 0x98679C) is unknown color: approx Violet Blue. HEX triplet: 98, 67 and 9C. RGB value is (152,103,156). Sum of RGB (Red+Green+Blue) = 152+103+156=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #98679C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98679C is #679863. Grayscale: #7B7B7B. Windows color (decimal): -6789220 or 10250136. OLE color: 10250136.

HSL color Cylindrical-coordinate representation of color #98679C: hue angle of 295.47º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #98679C is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152103156-
CMYK0.030.3400.39
HSL295.47º21.12%50.78%-
HSV(B)295.47º33.97%61.18%-
XYZ23.818.7833.82-
YUV123.69146.23148.19-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 103 (40.62% from 255) = 25.06%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=36.98%
G=25.06%
B=37.96%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521031560.030.3400.39295.4721.1250.78
Hex98679C3220271271533
Octal2301472343420474472563
Binary1001100011001111001110011100010010011110010011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98679C; }

 p { color: rgb(152,103,156); }

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

<style>
 a { background-color: #98679C; }

 a { background-color: rgb(152,103,156); }

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

<style>
 span { border-color: #98679C; }

 span { border-color: rgb(152,103,156); }

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