Html Css Color HEX #986AAD Ce Soir

📋 copy color: '#986AAD'

red 152 ◦ green 106 ◦ blue 173

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

Shades of Ce Soir #986AAD

Tints of Ce Soir #986AAD

RGB

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

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

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

R = 35.27%
G = 24.59%
B = 40.14%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#986AAD (or 0x986AAD) is known color: Ce Soir. HEX triplet: 98, 6A and AD. RGB value is (152,106,173). Sum of RGB (Red+Green+Blue) = 152+106+173=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #986AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986AAD is #679552. Grayscale: #7F7F7F. Windows color (decimal): -6788435 or 11365016. OLE color: 11365016.

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

Color convert

RGB 152 106 173 -
CMYK 0.12 0.39 0 0.32
HSL 281.19º 0.29% 0.55% -
HSV(B) 281.19º 0.39% 0.68% -
XYZ 25.65 20 42.04 -
YUV 127.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 152 106 173 0.12 0.39 0 0.32 281.19 0.29 0.55
Hex 98 6A AD C 27 0 20 119 1D 37
Octal 230 152 255 14 47 0 40 431 35 67
Binary 10011000 1101010 10101101 1100 100111 0 100000 100011001 11101 110111

Color Harmonies of #986AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986AAD

Black with #986AAD

Text Example


Text Example

White with #986AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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