#9167B4

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

Shades of Ce Soir #9167B4

Tints of Ce Soir #9167B4

Color information

#9167B4 (or 0x9167B4) is unknown color: approx Ce Soir. HEX triplet: 91, 67 and B4. RGB value is (145,103,180). Sum of RGB (Red+Green+Blue) = 145+103+180=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 103 (40.62% from 255 or 24.07% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 180 - color contains mainly: blue. Hex color #9167B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167B4 is #6E984B. Grayscale: #7C7C7C. Windows color (decimal): -7247948 or 11822993. OLE color: 11822993.

HSL color Cylindrical-coordinate representation of color #9167B4: hue angle of 272.73º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9167B4 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB145103180-
CMYK0.190.4300.29
HSL272.73º33.92%55.49%-
HSV(B)272.73º42.78%70.59%-
XYZ24.7719.0245.55-
YUV124.34159.41142.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 103 (40.62% from 255) = 24.07%
BLUE value IS 180 (70.70% from 255) = 42.06%
R=33.88%
G=24.07%
B=42.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451031800.190.4300.29272.7333.9255.49
Hex9167B4132B01D1112237
Octal22114726423530354214267
Binary1001000111001111011010010011101011011101100010001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9167B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9167B4; }

 p { color: rgb(145,103,180); }

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

<style>
 a { background-color: #9167B4; }

 a { background-color: rgb(145,103,180); }

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

<style>
 span { border-color: #9167B4; }

 span { border-color: rgb(145,103,180); }

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