Html Css Color HEX #986FAD Ce Soir

📋 copy color: '#986FAD'

red 152 ◦ green 111 ◦ blue 173

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

Shades of Ce Soir #986FAD

Tints of Ce Soir #986FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.46%

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 34.86%
G = 25.46%
B = 39.68%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#986FAD (or 0x986FAD) is known color: Ce Soir. HEX triplet: 98, 6F and AD. RGB value is (152,111,173). Sum of RGB (Red+Green+Blue) = 152+111+173=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #986FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986FAD is #679052. Grayscale: #828282. Windows color (decimal): -6787155 or 11366296. OLE color: 11366296.

HSL color Cylindrical-coordinate representation of color #986FAD: hue angle of 279.68º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #986FAD is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 111 173 -
CMYK 0.12 0.36 0 0.32
HSL 279.68º 0.27% 0.56% -
HSV(B) 279.68º 0.36% 0.68% -
XYZ 26.18 21.06 42.22 -
YUV 130.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 152 111 173 0.12 0.36 0 0.32 279.68 0.27 0.56
Hex 98 6F AD C 24 0 20 118 1B 38
Octal 230 157 255 14 44 0 40 430 33 70
Binary 10011000 1101111 10101101 1100 100100 0 100000 100011000 11011 111000

Color Harmonies of #986FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FAD

Black with #986FAD

Text Example


Text Example

White with #986FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,111,173); }

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

background-color css

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

 a { background-color: rgb(152,111,173); }

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

border-color css

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

 span { border-color: rgb(152,111,173); }

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