#916CA4

Color #916CA4 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #916CA4

Tints of Ce Soir #916CA4

Color information

#916CA4 (or 0x916CA4) is unknown color: approx Ce Soir. HEX triplet: 91, 6C and A4. RGB value is (145,108,164). Sum of RGB (Red+Green+Blue) = 145+108+164=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 164 - color contains mainly: blue. Hex color #916CA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916CA4 is #6E935B. Grayscale: #7D7D7D. Windows color (decimal): -7246684 or 10775697. OLE color: 10775697.

HSL color Cylindrical-coordinate representation of color #916CA4: hue angle of 279.64º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916CA4 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB145108164-
CMYK0.120.3400.36
HSL279.64º23.53%53.33%-
HSV(B)279.64º34.15%64.31%-
XYZ23.7419.4337.62-
YUV125.45149.76141.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 108 (42.58% from 255) = 25.90%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=34.77%
G=25.90%
B=39.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1451081640.120.3400.36279.6423.5353.33
Hex916CA4C220241181835
Octal22115424414420444303065
Binary100100011101100101001001100100010010010010001100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,108,164); }

 H1.HeaderClassName
 {
   color: #916CA4;
 }
 .AnyTagClassName
 {
   color: #916CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(145,108,164); }

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

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

 span { border-color: rgb(145,108,164); }

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