#926CAD

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

Shades of Ce Soir #926CAD

Tints of Ce Soir #926CAD

Color information

#926CAD (or 0x926CAD) is unknown color: approx Ce Soir. HEX triplet: 92, 6C and AD. RGB value is (146,108,173). Sum of RGB (Red+Green+Blue) = 146+108+173=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 108 (42.58% from 255 or 25.29% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #926CAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926CAD is #6D9352. Grayscale: #7E7E7E. Windows color (decimal): -7181139 or 11365522. OLE color: 11365522.

HSL color Cylindrical-coordinate representation of color #926CAD: hue angle of 275.08º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #926CAD is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146108173-
CMYK0.160.3800.32
HSL275.08º28.38%55.1%-
HSV(B)275.08º37.57%67.84%-
XYZ24.7619.8542.06-
YUV126.77154.09141.71-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.19%
GREEN value IS 108 (42.58% from 255) = 25.29%
BLUE value IS 173 (67.97% from 255) = 40.52%
R=34.19%
G=25.29%
B=40.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461081730.160.3800.32275.0828.3855.1
Hex926CAD10260201131c37
Octal22215425520460404233467
Binary1001001011011001010110110000100110010000010001001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,108,173); }

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

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

 a { background-color: rgb(146,108,173); }

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

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

 span { border-color: rgb(146,108,173); }

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