#98429F

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

Shades of Violet Blue #98429F

Tints of Violet Blue #98429F

Color information

#98429F (or 0x98429F) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 9F. RGB value is (152,66,159). Sum of RGB (Red+Green+Blue) = 152+66+159=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #98429F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98429F is #67BD60. Grayscale: #666666. Windows color (decimal): -6798689 or 10437272. OLE color: 10437272.

HSL color Cylindrical-coordinate representation of color #98429F: hue angle of 295.48º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98429F is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15266159-
CMYK0.040.5800.38
HSL295.48º41.33%44.12%-
HSV(B)295.48º58.49%62.35%-
XYZ21.1613.0834.21-
YUV102.32159.99163.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=40.32%
G=17.51%
B=42.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152661590.040.5800.38295.4841.3344.12
Hex98429F43A026127292c
Octal2301022374720464475154
Binary100110001000010100111111001110100100110100100111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98429F; }

 p { color: rgb(152,66,159); }

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

<style>
 a { background-color: #98429F; }

 a { background-color: rgb(152,66,159); }

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

<style>
 span { border-color: #98429F; }

 span { border-color: rgb(152,66,159); }

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