#98508B

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

Shades of Violet Blue #98508B

Tints of Violet Blue #98508B

Color information

#98508B (or 0x98508B) is unknown color: approx Violet Blue. HEX triplet: 98, 50 and 8B. RGB value is (152,80,139). Sum of RGB (Red+Green+Blue) = 152+80+139=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 152 - color contains mainly: red. Hex color #98508B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98508B is #67AF74. Grayscale: #6C6C6C. Windows color (decimal): -6795125 or 9130136. OLE color: 9130136.

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

Color convert

RGB15280139-
CMYK00.470.090.40
HSL310.83º31.03%45.49%-
HSV(B)310.83º47.37%59.61%-
XYZ20.4814.2826.1-
YUV108.25145.35159.2-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.97%
GREEN value IS 80 (31.64% from 255) = 21.56%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=40.97%
G=21.56%
B=37.47%

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
Decimal1528013900.470.090.40310.8331.0345.49
Hex98508B02F9281371f2d
Octal23012021305711504673755
Binary100110001010000100010110101111100110100010011011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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