Html Css Color HEX #986DAC Ce Soir

📋 copy color: '#986DAC'

red 152 ◦ green 109 ◦ blue 172

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

Shades of Ce Soir #986DAC

Tints of Ce Soir #986DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.72%

R = 35.1%
G = 25.17%
B = 39.72%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#986DAC (or 0x986DAC) is known color: Ce Soir. HEX triplet: 98, 6D and AC. RGB value is (152,109,172). Sum of RGB (Red+Green+Blue) = 152+109+172=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #986DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAC is #679253. Grayscale: #808080. Windows color (decimal): -6787668 or 11300248. OLE color: 11300248.

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

Color convert

RGB 152 109 172 -
CMYK 0.12 0.37 0 0.33
HSL 280.95º 0.28% 0.55% -
HSV(B) 280.95º 0.37% 0.67% -
XYZ 25.86 20.59 41.64 -
YUV 129.04 152.25 144.38 -
System Red Green Blue C M Y K H S L
Decimal 152 109 172 0.12 0.37 0 0.33 280.95 0.28 0.55
Hex 98 6D AC C 25 0 21 119 1C 37
Octal 230 155 254 14 45 0 41 431 34 67
Binary 10011000 1101101 10101100 1100 100101 0 100001 100011001 11100 110111

Color Harmonies of #986DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DAC

Black with #986DAC

Text Example


Text Example

White with #986DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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