#98479E

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

Shades of Violet Blue #98479E

Tints of Violet Blue #98479E

Color information

#98479E (or 0x98479E) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 9E. RGB value is (152,71,158). Sum of RGB (Red+Green+Blue) = 152+71+158=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #98479E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98479E is #67B861. Grayscale: #686868. Windows color (decimal): -6797410 or 10373016. OLE color: 10373016.

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

Color convert

RGB15271158-
CMYK0.040.5500.38
HSL295.86º37.99%44.9%-
HSV(B)295.86º55.06%61.96%-
XYZ21.3713.6533.86-
YUV105.14157.84161.43-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 71 (28.12% from 255) = 18.64%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=39.90%
G=18.64%
B=41.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152711580.040.5500.38295.8637.9944.9
Hex98479E437026128262d
Octal2301072364670464504655
Binary100110001000111100111101001101110100110100101000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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