#9267AA

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

Shades of Ce Soir #9267AA

Tints of Ce Soir #9267AA

Color information

#9267AA (or 0x9267AA) is unknown color: approx Ce Soir. HEX triplet: 92, 67 and AA. RGB value is (146,103,170). Sum of RGB (Red+Green+Blue) = 146+103+170=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 103 (40.62% from 255 or 24.58% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #9267AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9267AA is #6D9855. Grayscale: #7B7B7B. Windows color (decimal): -7182422 or 11167634. OLE color: 11167634.

HSL color Cylindrical-coordinate representation of color #9267AA: hue angle of 278.51º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9267AA is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146103170-
CMYK0.140.3900.33
HSL278.51º28.27%53.53%-
HSV(B)278.51º39.41%66.67%-
XYZ23.9618.7140.38-
YUV123.49154.25144.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 103 (40.62% from 255) = 24.58%
BLUE value IS 170 (66.80% from 255) = 40.57%
R=34.84%
G=24.58%
B=40.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461031700.140.3900.33278.5128.2753.53
Hex9267AAE270211171c36
Octal22214725216470414273466
Binary100100101100111101010101110100111010000110001011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9267AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9267AA; }

 p { color: rgb(146,103,170); }

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

<style>
 a { background-color: #9267AA; }

 a { background-color: rgb(146,103,170); }

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

<style>
 span { border-color: #9267AA; }

 span { border-color: rgb(146,103,170); }

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