#98749C

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

Shades of Violet Blue #98749C

Tints of Violet Blue #98749C

Color information

#98749C (or 0x98749C) is unknown color: approx Violet Blue. HEX triplet: 98, 74 and 9C. RGB value is (152,116,156). Sum of RGB (Red+Green+Blue) = 152+116+156=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 116 (45.70% from 255 or 27.36% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #98749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98749C is #678B63. Grayscale: #838383. Windows color (decimal): -6785892 or 10253464. OLE color: 10253464.

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

Color convert

RGB152116156-
CMYK0.030.2600.39
HSL294º16.81%53.33%-
HSV(B)294º25.64%61.18%-
XYZ25.221.5734.29-
YUV131.32141.93142.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 116 (45.70% from 255) = 27.36%
BLUE value IS 156 (61.33% from 255) = 36.79%
R=35.85%
G=27.36%
B=36.79%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521161560.030.2600.3929416.8153.33
Hex98749C31A0271261135
Octal2301642343320474462165
Binary100110001110100100111001111010010011110010011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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