#98448F

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

Shades of Violet Blue #98448F

Tints of Violet Blue #98448F

Color information

#98448F (or 0x98448F) is unknown color: approx Violet Blue. HEX triplet: 98, 44 and 8F. RGB value is (152,68,143). Sum of RGB (Red+Green+Blue) = 152+68+143=363 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.87% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 152 - color contains mainly: red. Hex color #98448F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98448F is #67BB70. Grayscale: #656565. Windows color (decimal): -6798193 or 9389208. OLE color: 9389208.

HSL color Cylindrical-coordinate representation of color #98448F: hue angle of 306.43º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98448F is Cyan = 0, Magento = 0.55, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15268143-
CMYK00.550.060.40
HSL306.43º38.18%43.14%-
HSV(B)306.43º55.26%59.61%-
XYZ19.9712.7927.4-
YUV101.67151.33163.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.87%
GREEN value IS 68 (26.95% from 255) = 18.73%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=41.87%
G=18.73%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526814300.550.060.40306.4338.1843.14
Hex98448F037628132262b
Octal2301042170676504624653
Binary100110001000100100011110110111110101000100110010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98448F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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