#9b67ac

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

Shades of Ce Soir #9B67AC

Tints of Ce Soir #9B67AC

Color information

#9B67AC (or 0x9B67AC) is unknown color: approx Ce Soir. HEX triplet: 9B, 67 and AC. RGB value is (155,103,172). Sum of RGB (Red+Green+Blue) = 155+103+172=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #9B67AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B67AC is #649853. Grayscale: #7E7E7E. Windows color (decimal): -6592596 or 11298715. OLE color: 11298715.

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

Color convert

RGB155103172-
CMYK0.100.4000.33
HSL285.22º29.36%53.92%-
HSV(B)285.22º40.12%67.45%-
XYZ25.8119.6541.46-
YUV126.41153.73148.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 172 (67.58% from 255) = 40%
R=36.05%
G=23.95%
B=40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551031720.100.4000.33285.2229.3653.92
Hex9B67ACA2802111d1d36
Octal23314725412500414353566
Binary100110111100111101011001010101000010000110001110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b67ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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