#98469D

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

Shades of Violet Blue #98469D

Tints of Violet Blue #98469D

Color information

#98469D (or 0x98469D) is unknown color: approx Violet Blue. HEX triplet: 98, 46 and 9D. RGB value is (152,70,157). Sum of RGB (Red+Green+Blue) = 152+70+157=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #98469D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98469D is #67B962. Grayscale: #686868. Windows color (decimal): -6797667 or 10307224. OLE color: 10307224.

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

Color convert

RGB15270157-
CMYK0.030.5500.38
HSL296.55º38.33%44.51%-
HSV(B)296.55º55.41%61.57%-
XYZ21.2213.4933.38-
YUV104.44157.67161.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.11%
GREEN value IS 70 (27.73% from 255) = 18.47%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=40.11%
G=18.47%
B=41.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal152701570.030.5500.38296.5538.3344.51
Hex98469D337026129262d
Octal2301062353670464514655
Binary10011000100011010011101111101110100110100101001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98469D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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