#9E67AD

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

Shades of Ce Soir #9E67AD

Tints of Ce Soir #9E67AD

Color information

#9E67AD (or 0x9E67AD) is unknown color: approx Ce Soir. HEX triplet: 9E, 67 and AD. RGB value is (158,103,173). Sum of RGB (Red+Green+Blue) = 158+103+173=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E67AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E67AD is #619852. Grayscale: #7F7F7F. Windows color (decimal): -6395987 or 11364254. OLE color: 11364254.

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

Color convert

RGB158103173-
CMYK0.090.4000.32
HSL287.14º29.91%54.12%-
HSV(B)287.14º40.46%67.84%-
XYZ26.4919.9942-
YUV127.43153.72149.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=36.41%
G=23.73%
B=39.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581031730.090.4000.32287.1429.9154.12
Hex9E67AD92802011f1e36
Octal23614725511500404373666
Binary100111101100111101011011001101000010000010001111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E67AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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