#98448C

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

Shades of Violet Blue #98448C

Tints of Violet Blue #98448C

Color information

#98448C (or 0x98448C) is unknown color: approx Violet Blue. HEX triplet: 98, 44 and 8C. RGB value is (152,68,140). Sum of RGB (Red+Green+Blue) = 152+68+140=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #98448C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98448C is #67BB73. Grayscale: #656565. Windows color (decimal): -6798196 or 9192600. OLE color: 9192600.

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

Color convert

RGB15268140-
CMYK00.550.080.40
HSL308.57º38.18%43.14%-
HSV(B)308.57º55.26%59.61%-
XYZ19.7512.726.22-
YUV101.32149.83164.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.22%
GREEN value IS 68 (26.95% from 255) = 18.89%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=42.22%
G=18.89%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526814000.550.080.40308.5738.1843.14
Hex98448C037828135262b
Octal23010421406710504654653
Binary1001100010001001000110001101111000101000100110101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98448C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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