#98509D

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

Shades of Violet Blue #98509D

Tints of Violet Blue #98509D

Color information

#98509D (or 0x98509D) is unknown color: approx Violet Blue. HEX triplet: 98, 50 and 9D. RGB value is (152,80,157). Sum of RGB (Red+Green+Blue) = 152+80+157=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 80 (31.64% from 255 or 20.57% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #98509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98509D is #67AF62. Grayscale: #6E6E6E. Windows color (decimal): -6795107 or 10309784. OLE color: 10309784.

HSL color Cylindrical-coordinate representation of color #98509D: hue angle of 296.1º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98509D is Cyan = 0.03, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15280157-
CMYK0.030.4900.38
HSL296.1º32.49%46.47%-
HSV(B)296.1º49.04%61.57%-
XYZ21.914.8533.61-
YUV110.31154.35157.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.07%
GREEN value IS 80 (31.64% from 255) = 20.57%
BLUE value IS 157 (61.72% from 255) = 40.36%
R=39.07%
G=20.57%
B=40.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152801570.030.4900.38296.132.4946.47
Hex98509D331026128202e
Octal2301202353610464504056
Binary10011000101000010011101111100010100110100101000100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98509D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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