#9274AD

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

Shades of Ce Soir #9274AD

Tints of Ce Soir #9274AD

Color information

#9274AD (or 0x9274AD) is unknown color: approx Ce Soir. HEX triplet: 92, 74 and AD. RGB value is (146,116,173). Sum of RGB (Red+Green+Blue) = 146+116+173=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 116 (45.70% from 255 or 26.67% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 173 - color contains mainly: blue. Hex color #9274AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9274AD is #6D8B52. Grayscale: #838383. Windows color (decimal): -7179091 or 11367570. OLE color: 11367570.

HSL color Cylindrical-coordinate representation of color #9274AD: hue angle of 271.58º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9274AD is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146116173-
CMYK0.160.3300.32
HSL271.58º25.79%56.67%-
HSV(B)271.58º32.95%67.84%-
XYZ25.6421.6242.36-
YUV131.47151.44138.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.56%
GREEN value IS 116 (45.70% from 255) = 26.67%
BLUE value IS 173 (67.97% from 255) = 39.77%
R=33.56%
G=26.67%
B=39.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461161730.160.3300.32271.5825.7956.67
Hex9274AD10210201101a39
Octal22216425520410404203271
Binary1001001011101001010110110000100001010000010001000011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9274AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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