#98489A

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

Shades of Violet Blue #98489A

Tints of Violet Blue #98489A

Color information

#98489A (or 0x98489A) is unknown color: approx Violet Blue. HEX triplet: 98, 48 and 9A. RGB value is (152,72,154). Sum of RGB (Red+Green+Blue) = 152+72+154=378 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.21% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #98489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98489A is #67B765. Grayscale: #696969. Windows color (decimal): -6797158 or 10111128. OLE color: 10111128.

HSL color Cylindrical-coordinate representation of color #98489A: hue angle of 298.54º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98489A is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB15272154-
CMYK0.010.5300.40
HSL298.54º36.28%44.31%-
HSV(B)298.54º53.25%60.39%-
XYZ21.113.6432.09-
YUV105.27155.5161.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.21%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=40.21%
G=19.05%
B=40.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152721540.010.5300.40298.5436.2844.31
Hex98489A13502812b242c
Octal2301102321650504534454
Binary1001100010010001001101011101010101000100101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,72,154); }

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

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

 a { background-color: rgb(152,72,154); }

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

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

 span { border-color: rgb(152,72,154); }

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