#98649C

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

Shades of Violet Blue #98649C

Tints of Violet Blue #98649C

Color information

#98649C (or 0x98649C) is unknown color: approx Violet Blue. HEX triplet: 98, 64 and 9C. RGB value is (152,100,156). Sum of RGB (Red+Green+Blue) = 152+100+156=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 100 (39.45% from 255 or 24.51% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #98649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98649C is #679B63. Grayscale: #797979. Windows color (decimal): -6789988 or 10249368. OLE color: 10249368.

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

Color convert

RGB152100156-
CMYK0.030.3600.39
HSL295.71º22.05%50.2%-
HSV(B)295.71º35.9%61.18%-
XYZ23.5118.1933.72-
YUV121.93147.23149.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 100 (39.45% from 255) = 24.51%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=37.25%
G=24.51%
B=38.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521001560.030.3600.39295.7122.0550.2
Hex98649C3240271281632
Octal2301442343440474502662
Binary1001100011001001001110011100100010011110010100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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