#9167B5

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

Shades of Ce Soir #9167B5

Tints of Ce Soir #9167B5

Color information

#9167B5 (or 0x9167B5) is unknown color: approx Ce Soir. HEX triplet: 91, 67 and B5. RGB value is (145,103,181). Sum of RGB (Red+Green+Blue) = 145+103+181=429 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.80% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #9167B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9167B5 is #6E984A. Grayscale: #7C7C7C. Windows color (decimal): -7247947 or 11888529. OLE color: 11888529.

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

Color convert

RGB145103181-
CMYK0.200.4300.29
HSL272.31º34.51%55.69%-
HSV(B)272.31º43.09%70.98%-
XYZ24.8719.0646.08-
YUV124.45159.91142.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.80%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 181 (71.09% from 255) = 42.19%
R=33.80%
G=24.01%
B=42.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1451031810.200.4300.29272.3134.5155.69
Hex9167B5142B01D1102338
Octal22114726524530354204370
Binary1001000111001111011010110100101011011101100010000100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9167B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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