#9270AD

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

Shades of Ce Soir #9270AD

Tints of Ce Soir #9270AD

Color information

#9270AD (or 0x9270AD) is unknown color: approx Ce Soir. HEX triplet: 92, 70 and AD. RGB value is (146,112,173). Sum of RGB (Red+Green+Blue) = 146+112+173=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 173 (67.97% from 255 or 40.14% from 431); Max value from RGB is 173 - color contains mainly: blue. Hex color #9270AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9270AD is #6D8F52. Grayscale: #808080. Windows color (decimal): -7180115 or 11366546. OLE color: 11366546.

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

Color convert

RGB146112173-
CMYK0.160.3500.32
HSL273.44º27.11%55.88%-
HSV(B)273.44º35.26%67.84%-
XYZ25.1920.7242.21-
YUV129.12152.76140.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 112 (44.14% from 255) = 25.99%
BLUE value IS 173 (67.97% from 255) = 40.14%
R=33.87%
G=25.99%
B=40.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461121730.160.3500.32273.4427.1155.88
Hex9270AD10230201111b38
Octal22216025520430404213370
Binary1001001011100001010110110000100011010000010001000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9270AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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