#986DA4

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

Shades of Ce Soir #986DA4

Tints of Ce Soir #986DA4

Color information

#986DA4 (or 0x986DA4) is unknown color: approx Ce Soir. HEX triplet: 98, 6D and A4. RGB value is (152,109,164). Sum of RGB (Red+Green+Blue) = 152+109+164=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 109 (42.97% from 255 or 25.65% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 164 - color contains mainly: blue. Hex color #986DA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DA4 is #67925B. Grayscale: #7F7F7F. Windows color (decimal): -6787676 or 10775960. OLE color: 10775960.

HSL color Cylindrical-coordinate representation of color #986DA4: hue angle of 286.91º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986DA4 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB152109164-
CMYK0.070.3400.36
HSL286.91º23.21%53.53%-
HSV(B)286.91º33.54%64.31%-
XYZ25.1220.2937.72-
YUV128.13148.25145.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.76%
GREEN value IS 109 (42.97% from 255) = 25.65%
BLUE value IS 164 (64.45% from 255) = 38.59%
R=35.76%
G=25.65%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1521091640.070.3400.36286.9123.2153.53
Hex986DA472202411f1736
Octal2301552447420444372766
Binary10011000110110110100100111100010010010010001111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986DA4; }

 p { color: rgb(152,109,164); }

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

<style>
 a { background-color: #986DA4; }

 a { background-color: rgb(152,109,164); }

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

<style>
 span { border-color: #986DA4; }

 span { border-color: rgb(152,109,164); }

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