Html Css Color HEX #986EAA Ce Soir

📋 copy color: '#986EAA'

red 152 ◦ green 110 ◦ blue 170

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

Shades of Ce Soir #986EAA

Tints of Ce Soir #986EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.46%

 BLUE value IS 170 (66.8% from 255) = 39.35%

R = 35.19%
G = 25.46%
B = 39.35%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986EAA (or 0x986EAA) is known color: Ce Soir. HEX triplet: 98, 6E and AA. RGB value is (152,110,170). Sum of RGB (Red+Green+Blue) = 152+110+170=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #986EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986EAA is #679155. Grayscale: #818181. Windows color (decimal): -6787414 or 11169432. OLE color: 11169432.

HSL color Cylindrical-coordinate representation of color #986EAA: hue angle of 282º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #986EAA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 110 170 -
CMYK 0.11 0.35 0 0.33
HSL 282º 0.26% 0.55% -
HSV(B) 282º 0.35% 0.67% -
XYZ 25.78 20.73 40.67 -
YUV 129.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 152 110 170 0.11 0.35 0 0.33 282 0.26 0.55
Hex 98 6E AA B 23 0 21 11A 1A 37
Octal 230 156 252 13 43 0 41 432 32 67
Binary 10011000 1101110 10101010 1011 100011 0 100001 100011010 11010 110111

Color Harmonies of #986EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EAA

Black with #986EAA

Text Example


Text Example

White with #986EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,110,170); }

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

background-color css

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

 a { background-color: rgb(152,110,170); }

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

border-color css

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

 span { border-color: rgb(152,110,170); }

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