Html Css Color HEX #986DAF Ce Soir

📋 copy color: '#986DAF'

red 152 ◦ green 109 ◦ blue 175

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

Shades of Ce Soir #986DAF

Tints of Ce Soir #986DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 34.86%
G = 25%
B = 40.14%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#986DAF (or 0x986DAF) is known color: Ce Soir. HEX triplet: 98, 6D and AF. RGB value is (152,109,175). Sum of RGB (Red+Green+Blue) = 152+109+175=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #986DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986DAF is #679250. Grayscale: #818181. Windows color (decimal): -6787665 or 11496856. OLE color: 11496856.

HSL color Cylindrical-coordinate representation of color #986DAF: hue angle of 279.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #986DAF is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 152 109 175 -
CMYK 0.13 0.38 0 0.31
HSL 279.09º 0.29% 0.56% -
HSV(B) 279.09º 0.38% 0.69% -
XYZ 26.16 20.71 43.18 -
YUV 129.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 152 109 175 0.13 0.38 0 0.31 279.09 0.29 0.56
Hex 98 6D AF D 26 0 1F 117 1D 38
Octal 230 155 257 15 46 0 37 427 35 70
Binary 10011000 1101101 10101111 1101 100110 0 11111 100010111 11101 111000

Color Harmonies of #986DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986DAF

Black with #986DAF

Text Example


Text Example

White with #986DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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