#98479C

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

Shades of Violet Blue #98479C

Tints of Violet Blue #98479C

Color information

#98479C (or 0x98479C) is unknown color: approx Violet Blue. HEX triplet: 98, 47 and 9C. RGB value is (152,71,156). Sum of RGB (Red+Green+Blue) = 152+71+156=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 156 - color contains mainly: blue. Hex color #98479C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98479C is #67B863. Grayscale: #686868. Windows color (decimal): -6797412 or 10241944. OLE color: 10241944.

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

Color convert

RGB15271156-
CMYK0.030.5400.39
HSL297.18º37.44%44.51%-
HSV(B)297.18º54.49%61.18%-
XYZ21.213.5832.96-
YUV104.91156.84161.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 71 (28.12% from 255) = 18.73%
BLUE value IS 156 (61.33% from 255) = 41.16%
R=40.11%
G=18.73%
B=41.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152711560.030.5400.39297.1837.4444.51
Hex98479C336027129252d
Octal2301072343660474514555
Binary10011000100011110011100111101100100111100101001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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