Html Css Color HEX #915EA9 Ce Soir

📋 copy color: '#915EA9'

red 145 ◦ green 94 ◦ blue 169

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

Shades of Ce Soir #915EA9

Tints of Ce Soir #915EA9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.04%

 BLUE value IS 169 (66.41% from 255) = 41.42%

R = 35.54%
G = 23.04%
B = 41.42%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#915EA9 (or 0x915EA9) is known color: Ce Soir. HEX triplet: 91, 5E and A9. RGB value is (145,94,169). Sum of RGB (Red+Green+Blue) = 145+94+169=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 169 (66.41% from 255 or 41.42% from 408); Max value from RGB is 169 - color contains mainly: blue. Hex color #915EA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915EA9 is #6EA156. Grayscale: #757575. Windows color (decimal): -7250263 or 11099793. OLE color: 11099793.

HSL color Cylindrical-coordinate representation of color #915EA9: hue angle of 280.8º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #915EA9 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 145 94 169 -
CMYK 0.14 0.44 0 0.34
HSL 280.8º 0.3% 0.52% -
HSV(B) 280.8º 0.44% 0.66% -
XYZ 22.84 16.89 39.59 -
YUV 117.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 145 94 169 0.14 0.44 0 0.34 280.8 0.3 0.52
Hex 91 5E A9 E 2C 0 22 119 1E 34
Octal 221 136 251 16 54 0 42 431 36 64
Binary 10010001 1011110 10101001 1110 101100 0 100010 100011001 11110 110100

Color Harmonies of #915EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EA9

Black with #915EA9

Text Example


Text Example

White with #915EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915EA9; }

 p { color: rgb(145,94,169); }

 H1.HeaderClassName
 {
   color: #915EA9;
 }
 .AnyTagClassName
 {
   color: #915EA9;
 }
</style>

background-color css

<style>
 a { background-color: #915EA9; }

 a { background-color: rgb(145,94,169); }

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

border-color css

<style>
 span { border-color: #915EA9; }

 span { border-color: rgb(145,94,169); }

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