#98429E

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

Shades of Violet Blue #98429E

Tints of Violet Blue #98429E

Color information

#98429E (or 0x98429E) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 9E. RGB value is (152,66,158). Sum of RGB (Red+Green+Blue) = 152+66+158=376 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.43% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 158 (62.11% from 255 or 42.02% from 376); Max value from RGB is 158 - color contains mainly: blue. Hex color #98429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98429E is #67BD61. Grayscale: #656565. Windows color (decimal): -6798690 or 10371736. OLE color: 10371736.

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

Color convert

RGB15266158-
CMYK0.040.5800.38
HSL296.09º41.07%43.92%-
HSV(B)296.09º58.23%61.96%-
XYZ21.0713.0433.75-
YUV102.2159.49163.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.43%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 158 (62.11% from 255) = 42.02%
R=40.43%
G=17.55%
B=42.02%

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
Decimal152661580.040.5800.38296.0941.0743.92
Hex98429E43A026128292c
Octal2301022364720464505154
Binary100110001000010100111101001110100100110100101000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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