Html Css Color HEX #986DAB Ce Soir

📋 copy color: '#986DAB'

red 152 ◦ green 109 ◦ blue 171

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

Shades of Ce Soir #986DAB

Tints of Ce Soir #986DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.23%

 BLUE value IS 171 (67.19% from 255) = 39.58%

R = 35.19%
G = 25.23%
B = 39.58%

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

#986DAB (or 0x986DAB) is known color: Ce Soir. HEX triplet: 98, 6D and AB. RGB value is (152,109,171). Sum of RGB (Red+Green+Blue) = 152+109+171=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 171 - color contains mainly: blue. Hex color #986DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAB is #679254. Grayscale: #808080. Windows color (decimal): -6787669 or 11234712. OLE color: 11234712.

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

Color convert

RGB 152 109 171 -
CMYK 0.11 0.36 0 0.33
HSL 281.61º 0.27% 0.55% -
HSV(B) 281.61º 0.36% 0.67% -
XYZ 25.77 20.55 41.14 -
YUV 128.93 151.75 144.46 -
System Red Green Blue C M Y K H S L
Decimal 152 109 171 0.11 0.36 0 0.33 281.61 0.27 0.55
Hex 98 6D AB B 24 0 21 11A 1B 37
Octal 230 155 253 13 44 0 41 432 33 67
Binary 10011000 1101101 10101011 1011 100100 0 100001 100011010 11011 110111

Color Harmonies of #986DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DAB

Black with #986DAB

Text Example


Text Example

White with #986DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,171); }

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

background-color css

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

 a { background-color: rgb(152,109,171); }

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

border-color css

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

 span { border-color: rgb(152,109,171); }

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