#9B65AB

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

Shades of Ce Soir #9B65AB

Tints of Ce Soir #9B65AB

Color information

#9B65AB (or 0x9B65AB) is unknown color: approx Ce Soir. HEX triplet: 9B, 65 and AB. RGB value is (155,101,171). Sum of RGB (Red+Green+Blue) = 155+101+171=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B65AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B65AB is #649A54. Grayscale: #7C7C7C. Windows color (decimal): -6593109 or 11232667. OLE color: 11232667.

HSL color Cylindrical-coordinate representation of color #9B65AB: hue angle of 286.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B65AB is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB155101171-
CMYK0.090.4100.33
HSL286.29º29.41%53.33%-
HSV(B)286.29º40.94%67.06%-
XYZ25.5219.2240.89-
YUV125.13153.89149.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 101 (39.84% from 255) = 23.65%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=36.30%
G=23.65%
B=40.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551011710.090.4100.33286.2929.4153.33
Hex9B65AB92902111e1d35
Octal23314525311510414363565
Binary100110111100101101010111001101001010000110001111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B65AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B65AB; }

 p { color: rgb(155,101,171); }

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

<style>
 a { background-color: #9B65AB; }

 a { background-color: rgb(155,101,171); }

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

<style>
 span { border-color: #9B65AB; }

 span { border-color: rgb(155,101,171); }

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