Html Css Color HEX #916EAB Ce Soir

📋 copy color: '#916EAB'

red 145 ◦ green 110 ◦ blue 171

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

Shades of Ce Soir #916EAB

Tints of Ce Soir #916EAB

RGB

 RED value IS 145 (57.03% from 255) = 34.04%

 GREEN value IS 110 (43.36% from 255) = 25.82%

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

R = 34.04%
G = 25.82%
B = 40.14%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#916EAB (or 0x916EAB) is known color: Ce Soir. HEX triplet: 91, 6E and AB. RGB value is (145,110,171). Sum of RGB (Red+Green+Blue) = 145+110+171=426 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.04% from 426); Green value is 110 (43.36% from 255 or 25.82% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #916EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916EAB is #6E9154. Grayscale: #7F7F7F. Windows color (decimal): -7246165 or 11234961. OLE color: 11234961.

HSL color Cylindrical-coordinate representation of color #916EAB: hue angle of 274.43º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #916EAB is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 110 171 -
CMYK 0.15 0.36 0 0.33
HSL 274.43º 0.27% 0.55% -
HSV(B) 274.43º 0.36% 0.67% -
XYZ 24.6 20.11 41.11 -
YUV 127.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 145 110 171 0.15 0.36 0 0.33 274.43 0.27 0.55
Hex 91 6E AB F 24 0 21 112 1B 37
Octal 221 156 253 17 44 0 41 422 33 67
Binary 10010001 1101110 10101011 1111 100100 0 100001 100010010 11011 110111

Color Harmonies of #916EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916EAB

Black with #916EAB

Text Example


Text Example

White with #916EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916EAB; }

 p { color: rgb(145,110,171); }

 H1.HeaderClassName
 {
   color: #916EAB;
 }
 .AnyTagClassName
 {
   color: #916EAB;
 }
</style>

background-color css

<style>
 a { background-color: #916EAB; }

 a { background-color: rgb(145,110,171); }

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

border-color css

<style>
 span { border-color: #916EAB; }

 span { border-color: rgb(145,110,171); }

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