Html Css Color HEX #986FAB Ce Soir

📋 copy color: '#986FAB'

red 152 ◦ green 111 ◦ blue 171

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

Shades of Ce Soir #986FAB

Tints of Ce Soir #986FAB

RGB

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

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

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

R = 35.02%
G = 25.58%
B = 39.4%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986FAB (or 0x986FAB) is known color: Ce Soir. HEX triplet: 98, 6F and AB. RGB value is (152,111,171). Sum of RGB (Red+Green+Blue) = 152+111+171=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 171 - color contains mainly: blue. Hex color #986FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986FAB is #679054. Grayscale: #818181. Windows color (decimal): -6787157 or 11235224. OLE color: 11235224.

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

Color convert

RGB 152 111 171 -
CMYK 0.11 0.35 0 0.33
HSL 281º 0.26% 0.55% -
HSV(B) 281º 0.35% 0.67% -
XYZ 25.98 20.98 41.21 -
YUV 130.1 151.08 143.62 -
System Red Green Blue C M Y K H S L
Decimal 152 111 171 0.11 0.35 0 0.33 281 0.26 0.55
Hex 98 6F AB B 23 0 21 119 1A 37
Octal 230 157 253 13 43 0 41 431 32 67
Binary 10011000 1101111 10101011 1011 100011 0 100001 100011001 11010 110111

Color Harmonies of #986FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986FAB

Black with #986FAB

Text Example


Text Example

White with #986FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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