Html Css Color HEX #986DAD Ce Soir

📋 copy color: '#986DAD'

red 152 ◦ green 109 ◦ blue 173

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

Shades of Ce Soir #986DAD

Tints of Ce Soir #986DAD

RGB

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

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

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

R = 35.02%
G = 25.12%
B = 39.86%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#986DAD (or 0x986DAD) is known color: Ce Soir. HEX triplet: 98, 6D and AD. RGB value is (152,109,173). Sum of RGB (Red+Green+Blue) = 152+109+173=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #986DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAD is #679252. Grayscale: #808080. Windows color (decimal): -6787667 or 11365784. OLE color: 11365784.

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

Color convert

RGB 152 109 173 -
CMYK 0.12 0.37 0 0.32
HSL 280.31º 0.28% 0.55% -
HSV(B) 280.31º 0.37% 0.68% -
XYZ 25.96 20.63 42.15 -
YUV 129.15 152.75 144.3 -
System Red Green Blue C M Y K H S L
Decimal 152 109 173 0.12 0.37 0 0.32 280.31 0.28 0.55
Hex 98 6D AD C 25 0 20 118 1C 37
Octal 230 155 255 14 45 0 40 430 34 67
Binary 10011000 1101101 10101101 1100 100101 0 100000 100011000 11100 110111

Color Harmonies of #986DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DAD

Black with #986DAD

Text Example


Text Example

White with #986DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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