#98739C

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

Shades of Violet Blue #98739C

Tints of Violet Blue #98739C

Color information

#98739C (or 0x98739C) is unknown color: approx Violet Blue. HEX triplet: 98, 73 and 9C. RGB value is (152,115,156). Sum of RGB (Red+Green+Blue) = 152+115+156=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 156 - color contains mainly: blue. Hex color #98739C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98739C is #678C63. Grayscale: #828282. Windows color (decimal): -6786148 or 10253208. OLE color: 10253208.

HSL color Cylindrical-coordinate representation of color #98739C: hue angle of 294.15º 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 #98739C is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152115156-
CMYK0.030.2600.39
HSL294.15º17.15%53.14%-
HSV(B)294.15º26.28%61.18%-
XYZ25.0821.3434.25-
YUV130.74142.26143.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=35.93%
G=27.19%
B=36.88%

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
Decimal1521151560.030.2600.39294.1517.1553.14
Hex98739C31A0271261135
Octal2301632343320474462165
Binary100110001110011100111001111010010011110010011010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98739C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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