#98429A

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

Shades of Violet Blue #98429A

Tints of Violet Blue #98429A

Color information

#98429A (or 0x98429A) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 9A. RGB value is (152,66,154). Sum of RGB (Red+Green+Blue) = 152+66+154=372 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.86% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #98429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98429A is #67BD65. Grayscale: #656565. Windows color (decimal): -6798694 or 10109592. OLE color: 10109592.

HSL color Cylindrical-coordinate representation of color #98429A: hue angle of 298.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98429A is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15266154-
CMYK0.010.5700.40
HSL298.64º40%43.14%-
HSV(B)298.64º57.14%60.39%-
XYZ20.7312.931.97-
YUV101.75157.49163.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.86%
GREEN value IS 66 (26.17% from 255) = 17.74%
BLUE value IS 154 (60.55% from 255) = 41.40%
R=40.86%
G=17.74%
B=41.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152661540.010.5700.40298.644043.14
Hex98429A13902812b282b
Octal2301022321710504535053
Binary1001100010000101001101011110010101000100101011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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