Html Css Color HEX #986EAC Ce Soir

📋 copy color: '#986EAC'

red 152 ◦ green 110 ◦ blue 172

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

Shades of Ce Soir #986EAC

Tints of Ce Soir #986EAC

RGB

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

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

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

R = 35.02%
G = 25.35%
B = 39.63%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986EAC (or 0x986EAC) is known color: Ce Soir. HEX triplet: 98, 6E and AC. RGB value is (152,110,172). Sum of RGB (Red+Green+Blue) = 152+110+172=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #986EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986EAC is #679153. Grayscale: #818181. Windows color (decimal): -6787412 or 11300504. OLE color: 11300504.

HSL color Cylindrical-coordinate representation of color #986EAC: hue angle of 280.65º 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 #986EAC is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 152 110 172 -
CMYK 0.12 0.36 0 0.33
HSL 280.65º 0.27% 0.55% -
HSV(B) 280.65º 0.36% 0.67% -
XYZ 25.97 20.81 41.68 -
YUV 129.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 152 110 172 0.12 0.36 0 0.33 280.65 0.27 0.55
Hex 98 6E AC C 24 0 21 119 1B 37
Octal 230 156 254 14 44 0 41 431 33 67
Binary 10011000 1101110 10101100 1100 100100 0 100001 100011001 11011 110111

Color Harmonies of #986EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986EAC

Black with #986EAC

Text Example


Text Example

White with #986EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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