#9C67AB

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

Shades of Ce Soir #9C67AB

Tints of Ce Soir #9C67AB

Color information

#9C67AB (or 0x9C67AB) is unknown color: approx Ce Soir. HEX triplet: 9C, 67 and AB. RGB value is (156,103,171). Sum of RGB (Red+Green+Blue) = 156+103+171=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C67AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C67AB is #639854. Grayscale: #7E7E7E. Windows color (decimal): -6527061 or 11233180. OLE color: 11233180.

HSL color Cylindrical-coordinate representation of color #9C67AB: hue angle of 286.76º 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 #9C67AB is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156103171-
CMYK0.090.4000.33
HSL286.76º28.81%53.73%-
HSV(B)286.76º39.77%67.06%-
XYZ25.9119.7140.97-
YUV126.6153.06148.97-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=36.28%
G=23.95%
B=39.77%

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
Decimal1561031710.090.4000.33286.7628.8153.73
Hex9C67AB92802111f1d36
Octal23414725311500414373566
Binary100111001100111101010111001101000010000110001111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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