Html Css Color HEX #986DAE Ce Soir

📋 copy color: '#986DAE'

red 152 ◦ green 109 ◦ blue 174

#986DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #986DAE

Tints of Ce Soir #986DAE

RGB

 RED value IS 152 (59.77% from 255) = 34.94%

 GREEN value IS 109 (42.97% from 255) = 25.06%

 BLUE value IS 174 (68.36% from 255) = 40%

R = 34.94%
G = 25.06%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#986DAE (or 0x986DAE) is known color: Ce Soir. HEX triplet: 98, 6D and AE. RGB value is (152,109,174). Sum of RGB (Red+Green+Blue) = 152+109+174=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 174 - color contains mainly: blue. Hex color #986DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAE is #679251. Grayscale: #818181. Windows color (decimal): -6787666 or 11431320. OLE color: 11431320.

HSL color Cylindrical-coordinate representation of color #986DAE: hue angle of 279.69º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #986DAE is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 109 174 -
CMYK 0.13 0.37 0 0.32
HSL 279.69º 0.29% 0.55% -
HSV(B) 279.69º 0.37% 0.68% -
XYZ 26.06 20.67 42.66 -
YUV 129.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 152 109 174 0.13 0.37 0 0.32 279.69 0.29 0.55
Hex 98 6D AE D 25 0 20 118 1D 37
Octal 230 155 256 15 45 0 40 430 35 67
Binary 10011000 1101101 10101110 1101 100101 0 100000 100011000 11101 110111

Color Harmonies of #986DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DAE

Black with #986DAE

Text Example


Text Example

White with #986DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #986DAE;
 }
 .AnyTagClassName
 {
   color: #986DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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