#9B67AB

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

Shades of Ce Soir #9B67AB

Tints of Ce Soir #9B67AB

Color information

#9B67AB (or 0x9B67AB) is unknown color: approx Ce Soir. HEX triplet: 9B, 67 and AB. RGB value is (155,103,171). Sum of RGB (Red+Green+Blue) = 155+103+171=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #9B67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B67AB is #649854. Grayscale: #7E7E7E. Windows color (decimal): -6592597 or 11233179. OLE color: 11233179.

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

Color convert

RGB155103171-
CMYK0.090.4000.33
HSL285.88º28.81%53.73%-
HSV(B)285.88º39.77%67.06%-
XYZ25.7219.6140.96-
YUV126.3153.23148.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.13%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=36.13%
G=24.01%
B=39.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551031710.090.4000.33285.8828.8153.73
Hex9B67AB92802111e1d36
Octal23314725311500414363566
Binary100110111100111101010111001101000010000110001111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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