Html Css Color HEX #915EAA Ce Soir

📋 copy color: '#915EAA'

red 145 ◦ green 94 ◦ blue 170

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

Shades of Ce Soir #915EAA

Tints of Ce Soir #915EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.56%

R = 35.45%
G = 22.98%
B = 41.56%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#915EAA (or 0x915EAA) is known color: Ce Soir. HEX triplet: 91, 5E and AA. RGB value is (145,94,170). Sum of RGB (Red+Green+Blue) = 145+94+170=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 94 (37.11% from 255 or 22.98% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 170 - color contains mainly: blue. Hex color #915EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915EAA is #6EA155. Grayscale: #757575. Windows color (decimal): -7250262 or 11165329. OLE color: 11165329.

HSL color Cylindrical-coordinate representation of color #915EAA: hue angle of 280.26º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915EAA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 94 170 -
CMYK 0.15 0.45 0 0.33
HSL 280.26º 0.31% 0.52% -
HSV(B) 280.26º 0.45% 0.67% -
XYZ 22.94 16.93 40.09 -
YUV 117.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 145 94 170 0.15 0.45 0 0.33 280.26 0.31 0.52
Hex 91 5E AA F 2D 0 21 118 1F 34
Octal 221 136 252 17 55 0 41 430 37 64
Binary 10010001 1011110 10101010 1111 101101 0 100001 100011000 11111 110100

Color Harmonies of #915EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EAA

Black with #915EAA

Text Example


Text Example

White with #915EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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