#98729D

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

Shades of Violet Blue #98729D

Tints of Violet Blue #98729D

Color information

#98729D (or 0x98729D) is unknown color: approx Violet Blue. HEX triplet: 98, 72 and 9D. RGB value is (152,114,157). Sum of RGB (Red+Green+Blue) = 152+114+157=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 157 - color contains mainly: blue. Hex color #98729D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98729D is #678D62. Grayscale: #828282. Windows color (decimal): -6786403 or 10318488. OLE color: 10318488.

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

Color convert

RGB152114157-
CMYK0.030.2700.38
HSL293.02º17.99%53.14%-
HSV(B)293.02º27.39%61.57%-
XYZ25.0521.1434.66-
YUV130.26143.09143.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 157 (61.72% from 255) = 37.12%
R=35.93%
G=26.95%
B=37.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521141570.030.2700.38293.0217.9953.14
Hex98729D31B0261251235
Octal2301622353330464452265
Binary100110001110010100111011111011010011010010010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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