Html Css Color HEX #986CAC Ce Soir

📋 copy color: '#986CAC'

red 152 ◦ green 108 ◦ blue 172

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

Shades of Ce Soir #986CAC

Tints of Ce Soir #986CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.81%

R = 35.19%
G = 25%
B = 39.81%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986CAC (or 0x986CAC) is known color: Ce Soir. HEX triplet: 98, 6C and AC. RGB value is (152,108,172). Sum of RGB (Red+Green+Blue) = 152+108+172=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #986CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986CAC is #679353. Grayscale: #808080. Windows color (decimal): -6787924 or 11299992. OLE color: 11299992.

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

Color convert

RGB 152 108 172 -
CMYK 0.12 0.37 0 0.33
HSL 281.25º 0.28% 0.55% -
HSV(B) 281.25º 0.37% 0.67% -
XYZ 25.76 20.38 41.61 -
YUV 128.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 152 108 172 0.12 0.37 0 0.33 281.25 0.28 0.55
Hex 98 6C AC C 25 0 21 119 1C 37
Octal 230 154 254 14 45 0 41 431 34 67
Binary 10011000 1101100 10101100 1100 100101 0 100001 100011001 11100 110111

Color Harmonies of #986CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986CAC

Black with #986CAC

Text Example


Text Example

White with #986CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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