#9268AD

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

Shades of Ce Soir #9268AD

Tints of Ce Soir #9268AD

Color information

#9268AD (or 0x9268AD) is unknown color: approx Ce Soir. HEX triplet: 92, 68 and AD. RGB value is (146,104,173). Sum of RGB (Red+Green+Blue) = 146+104+173=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #9268AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9268AD is #6D9752. Grayscale: #7C7C7C. Windows color (decimal): -7182163 or 11364498. OLE color: 11364498.

HSL color Cylindrical-coordinate representation of color #9268AD: hue angle of 276.52º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9268AD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146104173-
CMYK0.160.4000.32
HSL276.52º29.61%54.31%-
HSV(B)276.52º39.88%67.84%-
XYZ24.3519.0341.92-
YUV124.42155.41143.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 104 (41.02% from 255) = 24.59%
BLUE value IS 173 (67.97% from 255) = 40.90%
R=34.52%
G=24.59%
B=40.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461041730.160.4000.32276.5229.6154.31
Hex9268AD10280201151e36
Octal22215025520500404253666
Binary1001001011010001010110110000101000010000010001010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9268AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9268AD; }

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

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

<style>
 a { background-color: #9268AD; }

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

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

<style>
 span { border-color: #9268AD; }

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

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