#98508A

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

Shades of Violet Blue #98508A

Tints of Violet Blue #98508A

Color information

#98508A (or 0x98508A) is unknown color: approx Violet Blue. HEX triplet: 98, 50 and 8A. RGB value is (152,80,138). Sum of RGB (Red+Green+Blue) = 152+80+138=370 (49% of max value = 765). Red value is 152 (59.77% from 255 or 41.08% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 152 - color contains mainly: red. Hex color #98508A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98508A is #67AF75. Grayscale: #6B6B6B. Windows color (decimal): -6795126 or 9064600. OLE color: 9064600.

HSL color Cylindrical-coordinate representation of color #98508A: hue angle of 311.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #98508A is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15280138-
CMYK00.470.090.40
HSL311.67º31.03%45.49%-
HSV(B)311.67º47.37%59.61%-
XYZ20.4114.2525.72-
YUV108.14144.85159.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.08%
GREEN value IS 80 (31.64% from 255) = 21.62%
BLUE value IS 138 (54.30% from 255) = 37.30%
R=41.08%
G=21.62%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528013800.470.090.40311.6731.0345.49
Hex98508A02F9281381f2d
Octal23012021205711504703755
Binary100110001010000100010100101111100110100010011100011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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