#9C67AF

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

Shades of Ce Soir #9C67AF

Tints of Ce Soir #9C67AF

Color information

#9C67AF (or 0x9C67AF) is unknown color: approx Ce Soir. HEX triplet: 9C, 67 and AF. RGB value is (156,103,175). Sum of RGB (Red+Green+Blue) = 156+103+175=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C67AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C67AF is #639850. Grayscale: #7E7E7E. Windows color (decimal): -6527057 or 11495324. OLE color: 11495324.

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

Color convert

RGB156103175-
CMYK0.110.4100.31
HSL284.17º31.03%54.51%-
HSV(B)284.17º41.14%68.63%-
XYZ26.319.8643.01-
YUV127.06155.06148.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=35.94%
G=23.73%
B=40.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561031750.110.4100.31284.1731.0354.51
Hex9C67AFB2901F11c1f37
Octal23414725713510374343767
Binary10011100110011110101111101110100101111110001110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C67AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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