#98428D

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

Shades of Violet Blue #98428D

Tints of Violet Blue #98428D

Color information

#98428D (or 0x98428D) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 8D. RGB value is (152,66,141). Sum of RGB (Red+Green+Blue) = 152+66+141=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98428D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98428D is #67BD72. Grayscale: #646464. Windows color (decimal): -6798707 or 9257624. OLE color: 9257624.

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

Color convert

RGB15266141-
CMYK00.570.070.40
HSL307.67º39.45%42.75%-
HSV(B)307.67º56.58%59.61%-
XYZ19.712.4926.57-
YUV100.26150.99164.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=42.34%
G=18.38%
B=39.28%

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
Decimal1526614100.570.070.40307.6739.4542.75
Hex98428D039728134272b
Octal2301022150717504644753
Binary100110001000010100011010111001111101000100110100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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