#98769C

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

Shades of Violet Blue #98769C

Tints of Violet Blue #98769C

Color information

#98769C (or 0x98769C) is unknown color: approx Violet Blue. HEX triplet: 98, 76 and 9C. RGB value is (152,118,156). Sum of RGB (Red+Green+Blue) = 152+118+156=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #98769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98769C is #678963. Grayscale: #848484. Windows color (decimal): -6785380 or 10253976. OLE color: 10253976.

HSL color Cylindrical-coordinate representation of color #98769C: hue angle of 293.68º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #98769C is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152118156-
CMYK0.030.2400.39
HSL293.68º16.1%53.73%-
HSV(B)293.68º24.36%61.18%-
XYZ25.4322.0334.36-
YUV132.5141.26141.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.68%
GREEN value IS 118 (46.48% from 255) = 27.70%
BLUE value IS 156 (61.33% from 255) = 36.62%
R=35.68%
G=27.70%
B=36.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521181560.030.2400.39293.6816.153.73
Hex98769C3180271261036
Octal2301662343300474462066
Binary100110001110110100111001111000010011110010011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98769C; }

 p { color: rgb(152,118,156); }

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

<style>
 a { background-color: #98769C; }

 a { background-color: rgb(152,118,156); }

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

<style>
 span { border-color: #98769C; }

 span { border-color: rgb(152,118,156); }

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