#9167AD

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

Shades of Ce Soir #9167AD

Tints of Ce Soir #9167AD

Color information

#9167AD (or 0x9167AD) is unknown color: approx Ce Soir. HEX triplet: 91, 67 and AD. RGB value is (145,103,173). Sum of RGB (Red+Green+Blue) = 145+103+173=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 103 (40.62% from 255 or 24.47% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9167AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9167AD is #6E9852. Grayscale: #7B7B7B. Windows color (decimal): -7247955 or 11364241. OLE color: 11364241.

HSL color Cylindrical-coordinate representation of color #9167AD: hue angle of 276º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9167AD is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB145103173-
CMYK0.160.4000.32
HSL276º29.91%54.12%-
HSV(B)276º40.46%67.84%-
XYZ24.0718.7441.88-
YUV123.54155.91143.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 103 (40.62% from 255) = 24.47%
BLUE value IS 173 (67.97% from 255) = 41.09%
R=34.44%
G=24.47%
B=41.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1451031730.160.4000.3227629.9154.12
Hex9167AD10280201141e36
Octal22114725520500404243666
Binary1001000111001111010110110000101000010000010001010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9167AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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