#9368B4

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

Shades of Ce Soir #9368B4

Tints of Ce Soir #9368B4

Color information

#9368B4 (or 0x9368B4) is unknown color: approx Ce Soir. HEX triplet: 93, 68 and B4. RGB value is (147,104,180). Sum of RGB (Red+Green+Blue) = 147+104+180=431 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.11% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #9368B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9368B4 is #6C974B. Grayscale: #7D7D7D. Windows color (decimal): -7116620 or 11823251. OLE color: 11823251.

HSL color Cylindrical-coordinate representation of color #9368B4: hue angle of 273.95º degrees, saturation: 0.34, 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 #9368B4 is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147104180-
CMYK0.180.4200.29
HSL273.95º33.63%55.69%-
HSV(B)273.95º42.22%70.59%-
XYZ25.2219.445.6-
YUV125.52158.75143.32-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.11%
GREEN value IS 104 (41.02% from 255) = 24.13%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=34.11%
G=24.13%
B=41.76%

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
Decimal1471041800.180.4200.29273.9533.6355.69
Hex9368B4122A01D1122238
Octal22315026422520354224270
Binary1001001111010001011010010010101010011101100010010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9368B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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