#926DB1

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

Shades of Ce Soir #926DB1

Tints of Ce Soir #926DB1

Color information

#926DB1 (or 0x926DB1) is unknown color: approx Ce Soir. HEX triplet: 92, 6D and B1. RGB value is (146,109,177). Sum of RGB (Red+Green+Blue) = 146+109+177=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #926DB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926DB1 is #6D924E. Grayscale: #7F7F7F. Windows color (decimal): -7180879 or 11627922. OLE color: 11627922.

HSL color Cylindrical-coordinate representation of color #926DB1: hue angle of 272.65º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #926DB1 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146109177-
CMYK0.180.3800.31
HSL272.65º30.36%56.08%-
HSV(B)272.65º38.42%69.41%-
XYZ25.2620.2244.17-
YUV127.82155.76140.97-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=33.80%
G=25.23%
B=40.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461091770.180.3800.31272.6530.3656.08
Hex926DB1122601F1111e38
Octal22215526122460374213670
Binary100100101101101101100011001010011001111110001000111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926DB1; }

 p { color: rgb(146,109,177); }

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

<style>
 a { background-color: #926DB1; }

 a { background-color: rgb(146,109,177); }

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

<style>
 span { border-color: #926DB1; }

 span { border-color: rgb(146,109,177); }

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