#98769F

Color #98769F Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #98769F

Tints of Ce Soir #98769F

Color information

#98769F (or 0x98769F) is unknown color: approx Ce Soir. HEX triplet: 98, 76 and 9F. RGB value is (152,118,159). Sum of RGB (Red+Green+Blue) = 152+118+159=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 159 - color contains mainly: blue. Hex color #98769F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98769F is #678960. Grayscale: #848484. Windows color (decimal): -6785377 or 10450584. OLE color: 10450584.

HSL color Cylindrical-coordinate representation of color #98769F: hue angle of 289.76º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98769F is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152118159-
CMYK0.040.2600.38
HSL289.76º17.6%54.31%-
HSV(B)289.76º25.79%62.35%-
XYZ25.6922.1435.72-
YUV132.84142.76141.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.43%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=35.43%
G=27.51%
B=37.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521181590.040.2600.38289.7617.654.31
Hex98769F41A0261221236
Octal2301662374320464422266
Binary1001100011101101001111110011010010011010010001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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