#9365B6

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

Shades of Ce Soir #9365B6

Tints of Ce Soir #9365B6

Color information

#9365B6 (or 0x9365B6) is unknown color: approx Ce Soir. HEX triplet: 93, 65 and B6. RGB value is (147,101,182). Sum of RGB (Red+Green+Blue) = 147+101+182=430 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.19% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 182 - color contains mainly: blue. Hex color #9365B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9365B6 is #6C9A49. Grayscale: #7B7B7B. Windows color (decimal): -7117386 or 11953555. OLE color: 11953555.

HSL color Cylindrical-coordinate representation of color #9365B6: hue angle of 274.07º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9365B6 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB147101182-
CMYK0.190.4500.29
HSL274.07º35.68%55.49%-
HSV(B)274.07º44.51%71.37%-
XYZ25.1318.8946.58-
YUV123.99160.74144.41-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.19%
GREEN value IS 101 (39.84% from 255) = 23.49%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=34.19%
G=23.49%
B=42.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1471011820.190.4500.29274.0735.6855.49
Hex9365B6132D01D1122437
Octal22314526623550354224467
Binary1001001111001011011011010011101101011101100010010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9365B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9365B6; }

 p { color: rgb(147,101,182); }

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

<style>
 a { background-color: #9365B6; }

 a { background-color: rgb(147,101,182); }

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

<style>
 span { border-color: #9365B6; }

 span { border-color: rgb(147,101,182); }

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