#9369B4

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

Shades of Ce Soir #9369B4

Tints of Ce Soir #9369B4

Color information

#9369B4 (or 0x9369B4) is unknown color: approx Ce Soir. HEX triplet: 93, 69 and B4. RGB value is (147,105,180). Sum of RGB (Red+Green+Blue) = 147+105+180=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #9369B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369B4 is #6C964B. Grayscale: #7D7D7D. Windows color (decimal): -7116364 or 11823507. OLE color: 11823507.

HSL color Cylindrical-coordinate representation of color #9369B4: hue angle of 273.6º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9369B4 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147105180-
CMYK0.180.4200.29
HSL273.6º33.33%55.88%-
HSV(B)273.6º41.67%70.59%-
XYZ25.3219.645.63-
YUV126.11158.41142.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.03%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=34.03%
G=24.31%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471051800.180.4200.29273.633.3355.88
Hex9369B4122A01D1122138
Octal22315126422520354224170
Binary1001001111010011011010010010101010011101100010010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9369B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9369B4; }

 p { color: rgb(147,105,180); }

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

<style>
 a { background-color: #9369B4; }

 a { background-color: rgb(147,105,180); }

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

<style>
 span { border-color: #9369B4; }

 span { border-color: rgb(147,105,180); }

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