Html Css Color HEX #915FAB Ce Soir

📋 copy color: '#915FAB'

red 145 ◦ green 95 ◦ blue 171

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

Shades of Ce Soir #915FAB

Tints of Ce Soir #915FAB

RGB

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

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

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

R = 35.28%
G = 23.11%
B = 41.61%

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

#915FAB (or 0x915FAB) is known color: Ce Soir. HEX triplet: 91, 5F and AB. RGB value is (145,95,171). Sum of RGB (Red+Green+Blue) = 145+95+171=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #915FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915FAB is #6EA054. Grayscale: #767676. Windows color (decimal): -7250005 or 11231121. OLE color: 11231121.

HSL color Cylindrical-coordinate representation of color #915FAB: hue angle of 279.47º 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 #915FAB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 95 171 -
CMYK 0.15 0.44 0 0.33
HSL 279.47º 0.31% 0.52% -
HSV(B) 279.47º 0.44% 0.67% -
XYZ 23.12 17.14 40.62 -
YUV 118.61 157.57 146.82 -
System Red Green Blue C M Y K H S L
Decimal 145 95 171 0.15 0.44 0 0.33 279.47 0.31 0.52
Hex 91 5F AB F 2C 0 21 117 1F 34
Octal 221 137 253 17 54 0 41 427 37 64
Binary 10010001 1011111 10101011 1111 101100 0 100001 100010111 11111 110100

Color Harmonies of #915FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FAB

Black with #915FAB

Text Example


Text Example

White with #915FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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