#98769B

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

Shades of Violet Blue #98769B

Tints of Violet Blue #98769B

Color information

#98769B (or 0x98769B) is unknown color: approx Violet Blue. HEX triplet: 98, 76 and 9B. RGB value is (152,118,155). Sum of RGB (Red+Green+Blue) = 152+118+155=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 155 - color contains mainly: blue. Hex color #98769B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98769B is #678964. Grayscale: #848484. Windows color (decimal): -6785381 or 10188440. OLE color: 10188440.

HSL color Cylindrical-coordinate representation of color #98769B: hue angle of 295.14º 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 #98769B is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152118155-
CMYK0.020.2400.39
HSL295.14º15.61%53.53%-
HSV(B)295.14º23.87%60.78%-
XYZ25.342233.92-
YUV132.38140.76141.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 118 (46.48% from 255) = 27.76%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=35.76%
G=27.76%
B=36.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521181550.020.2400.39295.1415.6153.53
Hex98769B2180271271036
Octal2301662332300474472066
Binary100110001110110100110111011000010011110010011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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