#98428A

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

Shades of Violet Blue #98428A

Tints of Violet Blue #98428A

Color information

#98428A (or 0x98428A) is unknown color: approx Violet Blue. HEX triplet: 98, 42 and 8A. RGB value is (152,66,138). Sum of RGB (Red+Green+Blue) = 152+66+138=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #98428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98428A is #67BD75. Grayscale: #636363. Windows color (decimal): -6798710 or 9061016. OLE color: 9061016.

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

Color convert

RGB15266138-
CMYK00.570.090.40
HSL309.77º39.45%42.75%-
HSV(B)309.77º56.58%59.61%-
XYZ19.4812.4125.41-
YUV99.92149.49165.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.70%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=42.70%
G=18.54%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526613800.570.090.40309.7739.4542.75
Hex98428A039928136272b
Octal23010221207111504664753
Binary1001100010000101000101001110011001101000100110110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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