Html Css Color HEX #916AAE Ce Soir

📋 copy color: '#916AAE'

red 145 ◦ green 106 ◦ blue 174

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

Shades of Ce Soir #916AAE

Tints of Ce Soir #916AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.94%

R = 34.12%
G = 24.94%
B = 40.94%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#916AAE (or 0x916AAE) is known color: Ce Soir. HEX triplet: 91, 6A and AE. RGB value is (145,106,174). Sum of RGB (Red+Green+Blue) = 145+106+174=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #916AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916AAE is #6E9551. Grayscale: #7D7D7D. Windows color (decimal): -7247186 or 11430545. OLE color: 11430545.

HSL color Cylindrical-coordinate representation of color #916AAE: hue angle of 274.41º degrees, saturation: 0.3, 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 #916AAE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 106 174 -
CMYK 0.17 0.39 0 0.32
HSL 274.41º 0.3% 0.55% -
HSV(B) 274.41º 0.39% 0.68% -
XYZ 24.47 19.38 42.5 -
YUV 125.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 145 106 174 0.17 0.39 0 0.32 274.41 0.3 0.55
Hex 91 6A AE 11 27 0 20 112 1E 37
Octal 221 152 256 21 47 0 40 422 36 67
Binary 10010001 1101010 10101110 10001 100111 0 100000 100010010 11110 110111

Color Harmonies of #916AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916AAE

Black with #916AAE

Text Example


Text Example

White with #916AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,106,174); }

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

background-color css

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

 a { background-color: rgb(145,106,174); }

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

border-color css

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

 span { border-color: rgb(145,106,174); }

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