#9B6FA4

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

Shades of Ce Soir #9B6FA4

Tints of Ce Soir #9B6FA4

Color information

#9B6FA4 (or 0x9B6FA4) is unknown color: approx Ce Soir. HEX triplet: 9B, 6F and A4. RGB value is (155,111,164). Sum of RGB (Red+Green+Blue) = 155+111+164=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 164 (64.45% from 255 or 38.14% from 430); Max value from RGB is 164 - color contains mainly: blue. Hex color #9B6FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6FA4 is #64905B. Grayscale: #828282. Windows color (decimal): -6590556 or 10776475. OLE color: 10776475.

HSL color Cylindrical-coordinate representation of color #9B6FA4: hue angle of 289.81º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6FA4 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB155111164-
CMYK0.050.3200.36
HSL289.81º22.55%53.92%-
HSV(B)289.81º32.32%64.31%-
XYZ25.921.0237.81-
YUV130.2147.08145.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 111 (43.75% from 255) = 25.81%
BLUE value IS 164 (64.45% from 255) = 38.14%
R=36.05%
G=25.81%
B=38.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551111640.050.3200.36289.8122.5553.92
Hex9B6FA45200241221736
Octal2331572445400444422766
Binary10011011110111110100100101100000010010010010001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,111,164); }

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

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

 a { background-color: rgb(155,111,164); }

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

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

 span { border-color: rgb(155,111,164); }

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