#98729E

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

Shades of Violet Blue #98729E

Tints of Violet Blue #98729E

Color information

#98729E (or 0x98729E) is unknown color: approx Violet Blue. HEX triplet: 98, 72 and 9E. RGB value is (152,114,158). Sum of RGB (Red+Green+Blue) = 152+114+158=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 158 - color contains mainly: blue. Hex color #98729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98729E is #678D61. Grayscale: #828282. Windows color (decimal): -6786402 or 10384024. OLE color: 10384024.

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

Color convert

RGB152114158-
CMYK0.040.2800.38
HSL291.82º18.49%53.33%-
HSV(B)291.82º27.85%61.96%-
XYZ25.1421.1835.11-
YUV130.38143.59143.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 158 (62.11% from 255) = 37.26%
R=35.85%
G=26.89%
B=37.26%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521141580.040.2800.38291.8218.4953.33
Hex98729E41C0261241235
Octal2301622364340464442265
Binary1001100011100101001111010011100010011010010010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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