Html Css Color HEX #915FAA Ce Soir

📋 copy color: '#915FAA'

red 145 ◦ green 95 ◦ blue 170

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

Shades of Ce Soir #915FAA

Tints of Ce Soir #915FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

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

R = 35.37%
G = 23.17%
B = 41.46%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#915FAA (or 0x915FAA) is known color: Ce Soir. HEX triplet: 91, 5F and AA. RGB value is (145,95,170). Sum of RGB (Red+Green+Blue) = 145+95+170=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #915FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915FAA is #6EA055. Grayscale: #767676. Windows color (decimal): -7250006 or 11165585. OLE color: 11165585.

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

Color convert

RGB 145 95 170 -
CMYK 0.15 0.44 0 0.33
HSL 280º 0.31% 0.52% -
HSV(B) 280º 0.44% 0.67% -
XYZ 23.02 17.11 40.12 -
YUV 118.5 157.07 146.9 -
System Red Green Blue C M Y K H S L
Decimal 145 95 170 0.15 0.44 0 0.33 280 0.31 0.52
Hex 91 5F AA F 2C 0 21 118 1F 34
Octal 221 137 252 17 54 0 41 430 37 64
Binary 10010001 1011111 10101010 1111 101100 0 100001 100011000 11111 110100

Color Harmonies of #915FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FAA

Black with #915FAA

Text Example


Text Example

White with #915FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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