#98509b

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

Shades of Violet Blue #98509B

Tints of Violet Blue #98509B

Color information

#98509B (or 0x98509B) is unknown color: approx Violet Blue. HEX triplet: 98, 50 and 9B. RGB value is (152,80,155). Sum of RGB (Red+Green+Blue) = 152+80+155=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 80 (31.64% from 255 or 20.67% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 155 - color contains mainly: blue. Hex color #98509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98509B is #67AF64. Grayscale: #6D6D6D. Windows color (decimal): -6795109 or 10178712. OLE color: 10178712.

HSL color Cylindrical-coordinate representation of color #98509B: hue angle of 297.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98509B is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15280155-
CMYK0.020.4800.39
HSL297.6º31.91%46.08%-
HSV(B)297.6º48.39%60.78%-
XYZ21.7314.7832.72-
YUV110.08153.35157.9-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 80 (31.64% from 255) = 20.67%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=39.28%
G=20.67%
B=40.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152801550.020.4800.39297.631.9146.08
Hex98509B23002712a202e
Octal2301202332600474524056
Binary10011000101000010011011101100000100111100101010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98509b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98509b; }

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

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

<style>
 a { background-color: #98509b; }

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

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

<style>
 span { border-color: #98509b; }

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

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