#98428E

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

Shades of Violet Blue #98428E

Tints of Violet Blue #98428E

Color information

#98428E (or 0x98428E) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 8E. RGB value is (152,66,142). Sum of RGB (Red+Green+Blue) = 152+66+142=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98428E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98428E is #67BD71. Grayscale: #646464. Windows color (decimal): -6798706 or 9323160. OLE color: 9323160.

HSL color Cylindrical-coordinate representation of color #98428E: hue angle of 306.98º degrees, saturation: 0.39, 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 #98428E is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15266142-
CMYK00.570.070.40
HSL306.98º39.45%42.75%-
HSV(B)306.98º56.58%59.61%-
XYZ19.7812.5226.97-
YUV100.38151.49164.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 66 (26.17% from 255) = 18.33%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=42.22%
G=18.33%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526614200.570.070.40306.9839.4542.75
Hex98428E039728133272b
Octal2301022160717504634753
Binary100110001000010100011100111001111101000100110011100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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