#9B6BAF

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

Shades of Ce Soir #9B6BAF

Tints of Ce Soir #9B6BAF

Color information

#9B6BAF (or 0x9B6BAF) is unknown color: approx Ce Soir. HEX triplet: 9B, 6B and AF. RGB value is (155,107,175). Sum of RGB (Red+Green+Blue) = 155+107+175=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 175 - color contains mainly: blue. Hex color #9B6BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6BAF is #649450. Grayscale: #808080. Windows color (decimal): -6591569 or 11496347. OLE color: 11496347.

HSL color Cylindrical-coordinate representation of color #9B6BAF: hue angle of 282.35º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B6BAF is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB155107175-
CMYK0.110.3900.31
HSL282.35º29.82%55.29%-
HSV(B)282.35º38.86%68.63%-
XYZ26.5120.5843.13-
YUV129.1153.9146.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.47%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 175 (68.75% from 255) = 40.05%
R=35.47%
G=24.49%
B=40.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551071750.110.3900.31282.3529.8255.29
Hex9B6BAFB2701F11a1e37
Octal23315325713470374323667
Binary10011011110101110101111101110011101111110001101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,175); }

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

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

 a { background-color: rgb(155,107,175); }

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

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

 span { border-color: rgb(155,107,175); }

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