#98448B

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

Shades of Violet Blue #98448B

Tints of Violet Blue #98448B

Color information

#98448B (or 0x98448B) is unknown color: approx Violet Blue. HEX triplet: 98, 44 and 8B. RGB value is (152,68,139). Sum of RGB (Red+Green+Blue) = 152+68+139=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 152 - color contains mainly: red. Hex color #98448B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98448B is #67BB74. Grayscale: #656565. Windows color (decimal): -6798197 or 9127064. OLE color: 9127064.

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

Color convert

RGB15268139-
CMYK00.550.090.40
HSL309.29º38.18%43.14%-
HSV(B)309.29º55.26%59.61%-
XYZ19.6812.6725.84-
YUV101.21149.33164.23-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=42.34%
G=18.94%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526813900.550.090.40309.2938.1843.14
Hex98448B037928135262b
Octal23010421306711504654653
Binary1001100010001001000101101101111001101000100110101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98448B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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