#9271AF

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

Shades of Ce Soir #9271AF

Tints of Ce Soir #9271AF

Color information

#9271AF (or 0x9271AF) is unknown color: approx Ce Soir. HEX triplet: 92, 71 and AF. RGB value is (146,113,175). Sum of RGB (Red+Green+Blue) = 146+113+175=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 113 (44.53% from 255 or 26.04% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #9271AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9271AF is #6D8E50. Grayscale: #818181. Windows color (decimal): -7179857 or 11497874. OLE color: 11497874.

HSL color Cylindrical-coordinate representation of color #9271AF: hue angle of 271.94º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9271AF is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB146113175-
CMYK0.170.3500.31
HSL271.94º27.93%56.47%-
HSV(B)271.94º35.43%68.63%-
XYZ25.521.0243.27-
YUV129.94153.43139.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 113 (44.53% from 255) = 26.04%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=33.64%
G=26.04%
B=40.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461131750.170.3500.31271.9427.9356.47
Hex9271AF112301F1101c38
Octal22216125721430374203470
Binary100100101110001101011111000110001101111110001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9271AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9271AF; }

 p { color: rgb(146,113,175); }

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

<style>
 a { background-color: #9271AF; }

 a { background-color: rgb(146,113,175); }

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

<style>
 span { border-color: #9271AF; }

 span { border-color: rgb(146,113,175); }

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