#98679A

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

Shades of Violet Blue #98679A

Tints of Violet Blue #98679A

Color information

#98679A (or 0x98679A) is unknown color: approx Violet Blue. HEX triplet: 98, 67 and 9A. RGB value is (152,103,154). Sum of RGB (Red+Green+Blue) = 152+103+154=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 154 - color contains mainly: blue. Hex color #98679A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98679A is #679865. Grayscale: #7B7B7B. Windows color (decimal): -6789222 or 10119064. OLE color: 10119064.

HSL color Cylindrical-coordinate representation of color #98679A: hue angle of 297.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98679A is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB152103154-
CMYK0.010.3300.40
HSL297.65º20.16%50.39%-
HSV(B)297.65º33.12%60.39%-
XYZ23.6318.7132.94-
YUV123.46145.23148.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 103 (40.62% from 255) = 25.18%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=37.16%
G=25.18%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521031540.010.3300.40297.6520.1650.39
Hex98679A12102812a1432
Octal2301472321410504522462
Binary100110001100111100110101100001010100010010101010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98679A; }

 p { color: rgb(152,103,154); }

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

<style>
 a { background-color: #98679A; }

 a { background-color: rgb(152,103,154); }

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

<style>
 span { border-color: #98679A; }

 span { border-color: rgb(152,103,154); }

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