#98469F

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

Shades of Violet Blue #98469F

Tints of Violet Blue #98469F

Color information

#98469F (or 0x98469F) is unknown color: approx Violet Blue. HEX triplet: 98, 46 and 9F. RGB value is (152,70,159). Sum of RGB (Red+Green+Blue) = 152+70+159=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #98469F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98469F is #67B960. Grayscale: #686868. Windows color (decimal): -6797665 or 10438296. OLE color: 10438296.

HSL color Cylindrical-coordinate representation of color #98469F: hue angle of 295.28º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98469F is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15270159-
CMYK0.040.5600.38
HSL295.28º38.86%44.9%-
HSV(B)295.28º55.97%62.35%-
XYZ21.413.5634.29-
YUV104.66158.67161.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 70 (27.73% from 255) = 18.37%
BLUE value IS 159 (62.5% from 255) = 41.73%
R=39.90%
G=18.37%
B=41.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152701590.040.5600.38295.2838.8644.9
Hex98469F438026127272d
Octal2301062374700464474755
Binary100110001000110100111111001110000100110100100111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98469F; }

 p { color: rgb(152,70,159); }

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

<style>
 a { background-color: #98469F; }

 a { background-color: rgb(152,70,159); }

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

<style>
 span { border-color: #98469F; }

 span { border-color: rgb(152,70,159); }

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