#98428F

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

Shades of Violet Blue #98428F

Tints of Violet Blue #98428F

Color information

#98428F (or 0x98428F) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 8F. RGB value is (152,66,143). Sum of RGB (Red+Green+Blue) = 152+66+143=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 66 (26.17% from 255 or 18.28% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #98428F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98428F is #67BD70. Grayscale: #646464. Windows color (decimal): -6798705 or 9388696. OLE color: 9388696.

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

Color convert

RGB15266143-
CMYK00.570.060.40
HSL306.28º39.45%42.75%-
HSV(B)306.28º56.58%59.61%-
XYZ19.8612.5627.36-
YUV100.49151.99164.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 18.28%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=42.11%
G=18.28%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526614300.570.060.40306.2839.4542.75
Hex98428F039628132272b
Octal2301022170716504624753
Binary100110001000010100011110111001110101000100110010100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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