Html Css Color HEX #986CAA Ce Soir

📋 copy color: '#986CAA'

red 152 ◦ green 108 ◦ blue 170

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

Shades of Ce Soir #986CAA

Tints of Ce Soir #986CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 35.35%
G = 25.12%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986CAA (or 0x986CAA) is known color: Ce Soir. HEX triplet: 98, 6C and AA. RGB value is (152,108,170). Sum of RGB (Red+Green+Blue) = 152+108+170=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 170 - color contains mainly: blue. Hex color #986CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CAA is #679355. Grayscale: #808080. Windows color (decimal): -6787926 or 11168920. OLE color: 11168920.

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

Color convert

RGB 152 108 170 -
CMYK 0.11 0.36 0 0.33
HSL 282.58º 0.27% 0.55% -
HSV(B) 282.58º 0.36% 0.67% -
XYZ 25.57 20.3 40.6 -
YUV 128.22 151.58 144.96 -
System Red Green Blue C M Y K H S L
Decimal 152 108 170 0.11 0.36 0 0.33 282.58 0.27 0.55
Hex 98 6C AA B 24 0 21 11B 1B 37
Octal 230 154 252 13 44 0 41 433 33 67
Binary 10011000 1101100 10101010 1011 100100 0 100001 100011011 11011 110111

Color Harmonies of #986CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CAA

Black with #986CAA

Text Example


Text Example

White with #986CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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