#98469b

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

Shades of Violet Blue #98469B

Tints of Violet Blue #98469B

Color information

#98469B (or 0x98469B) is unknown color: approx Violet Blue. HEX triplet: 98, 46 and 9B. RGB value is (152,70,155). Sum of RGB (Red+Green+Blue) = 152+70+155=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #98469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98469B is #67B964. Grayscale: #676767. Windows color (decimal): -6797669 or 10176152. OLE color: 10176152.

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

Color convert

RGB15270155-
CMYK0.020.5500.39
HSL297.88º37.78%44.12%-
HSV(B)297.88º54.84%60.78%-
XYZ21.0613.4232.49-
YUV104.21156.67162.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.32%
GREEN value IS 70 (27.73% from 255) = 18.57%
BLUE value IS 155 (60.94% from 255) = 41.11%
R=40.32%
G=18.57%
B=41.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal152701550.020.5500.39297.8837.7844.12
Hex98469B23702712a262c
Octal2301062332670474524654
Binary10011000100011010011011101101110100111100101010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98469b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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