Html Css Color HEX #986BAB Ce Soir

📋 copy color: '#986BAB'

red 152 ◦ green 107 ◦ blue 171

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

Shades of Ce Soir #986BAB

Tints of Ce Soir #986BAB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.88%

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

R = 35.35%
G = 24.88%
B = 39.77%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986BAB (or 0x986BAB) is known color: Ce Soir. HEX triplet: 98, 6B and AB. RGB value is (152,107,171). Sum of RGB (Red+Green+Blue) = 152+107+171=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 107 (42.19% from 255 or 24.88% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #986BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986BAB is #679454. Grayscale: #7F7F7F. Windows color (decimal): -6788181 or 11234200. OLE color: 11234200.

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

Color convert

RGB 152 107 171 -
CMYK 0.11 0.37 0 0.33
HSL 282.19º 0.28% 0.55% -
HSV(B) 282.19º 0.37% 0.67% -
XYZ 25.56 20.13 41.07 -
YUV 127.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 152 107 171 0.11 0.37 0 0.33 282.19 0.28 0.55
Hex 98 6B AB B 25 0 21 11A 1C 37
Octal 230 153 253 13 45 0 41 432 34 67
Binary 10011000 1101011 10101011 1011 100101 0 100001 100011010 11100 110111

Color Harmonies of #986BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986BAB

Black with #986BAB

Text Example


Text Example

White with #986BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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