Html Css Color HEX #986AAB Ce Soir

📋 copy color: '#986AAB'

red 152 ◦ green 106 ◦ blue 171

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

Shades of Ce Soir #986AAB

Tints of Ce Soir #986AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

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

R = 35.43%
G = 24.71%
B = 39.86%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986AAB (or 0x986AAB) is known color: Ce Soir. HEX triplet: 98, 6A and AB. RGB value is (152,106,171). Sum of RGB (Red+Green+Blue) = 152+106+171=429 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.43% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #986AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AAB is #679554. Grayscale: #7E7E7E. Windows color (decimal): -6788437 or 11233944. OLE color: 11233944.

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

Color convert

RGB 152 106 171 -
CMYK 0.11 0.38 0 0.33
HSL 282.46º 0.28% 0.54% -
HSV(B) 282.46º 0.38% 0.67% -
XYZ 25.45 19.92 41.03 -
YUV 127.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 152 106 171 0.11 0.38 0 0.33 282.46 0.28 0.54
Hex 98 6A AB B 26 0 21 11A 1C 36
Octal 230 152 253 13 46 0 41 432 34 66
Binary 10011000 1101010 10101011 1011 100110 0 100001 100011010 11100 110110

Color Harmonies of #986AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AAB

Black with #986AAB

Text Example


Text Example

White with #986AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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