#98429D

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

Shades of Violet Blue #98429D

Tints of Violet Blue #98429D

Color information

#98429D (or 0x98429D) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 9D. RGB value is (152,66,157). Sum of RGB (Red+Green+Blue) = 152+66+157=375 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.53% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #98429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98429D is #67BD62. Grayscale: #656565. Windows color (decimal): -6798691 or 10306200. OLE color: 10306200.

HSL color Cylindrical-coordinate representation of color #98429D: hue angle of 296.7º 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 #98429D is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15266157-
CMYK0.030.5800.38
HSL296.7º40.81%43.73%-
HSV(B)296.7º57.96%61.57%-
XYZ20.9813.0133.3-
YUV102.09158.99163.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.53%
GREEN value IS 66 (26.17% from 255) = 17.6%
BLUE value IS 157 (61.72% from 255) = 41.87%
R=40.53%
G=17.6%
B=41.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152661570.030.5800.38296.740.8143.73
Hex98429D33A026129292c
Octal2301022353720464515154
Binary10011000100001010011101111110100100110100101001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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