Html Css Color HEX #9E7BAD Ce Soir

📋 copy color: '#9E7BAD'

red 158 ◦ green 123 ◦ blue 173

#9E7BAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ce Soir #9E7BAD

Tints of Ce Soir #9E7BAD

RGB

 RED value IS 158 (62.11% from 255) = 34.8%

 GREEN value IS 123 (48.44% from 255) = 27.09%

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 34.8%
G = 27.09%
B = 38.11%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9E7BAD (or 0x9E7BAD) is known color: Ce Soir. HEX triplet: 9E, 7B and AD. RGB value is (158,123,173). Sum of RGB (Red+Green+Blue) = 158+123+173=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 173 - color contains mainly: blue. Hex color #9E7BAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7BAD is #618452. Grayscale: #8B8B8B. Windows color (decimal): -6390867 or 11369374. OLE color: 11369374.

HSL color Cylindrical-coordinate representation of color #9E7BAD: hue angle of 282º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E7BAD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 123 173 -
CMYK 0.09 0.29 0 0.32
HSL 282º 0.23% 0.58% -
HSV(B) 282º 0.29% 0.68% -
XYZ 28.73 24.45 42.74 -
YUV 139.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 158 123 173 0.09 0.29 0 0.32 282 0.23 0.58
Hex 9E 7B AD 9 1D 0 20 11A 17 3A
Octal 236 173 255 11 35 0 40 432 27 72
Binary 10011110 1111011 10101101 1001 11101 0 100000 100011010 10111 111010

Color Harmonies of #9E7BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E7BAD

Black with #9E7BAD

Text Example


Text Example

White with #9E7BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E7BAD;
 }
 .AnyTagClassName
 {
   color: #9E7BAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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