Html Css Color HEX #9E75AC Ce Soir

📋 copy color: '#9E75AC'

red 158 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #9E75AC

Tints of Ce Soir #9E75AC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.17%

 BLUE value IS 172 (67.58% from 255) = 38.48%

R = 35.35%
G = 26.17%
B = 38.48%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9E75AC (or 0x9E75AC) is known color: Ce Soir. HEX triplet: 9E, 75 and AC. RGB value is (158,117,172). Sum of RGB (Red+Green+Blue) = 158+117+172=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 117 (46.09% from 255 or 26.17% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #9E75AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E75AC is #618A53. Grayscale: #878787. Windows color (decimal): -6392404 or 11302302. OLE color: 11302302.

HSL color Cylindrical-coordinate representation of color #9E75AC: hue angle of 284.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E75AC is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 117 172 -
CMYK 0.08 0.32 0 0.33
HSL 284.73º 0.25% 0.57% -
HSV(B) 284.73º 0.32% 0.67% -
XYZ 27.91 22.97 41.99 -
YUV 135.53 148.58 144.03 -
System Red Green Blue C M Y K H S L
Decimal 158 117 172 0.08 0.32 0 0.33 284.73 0.25 0.57
Hex 9E 75 AC 8 20 0 21 11D 19 39
Octal 236 165 254 10 40 0 41 435 31 71
Binary 10011110 1110101 10101100 1000 100000 0 100001 100011101 11001 111001

Color Harmonies of #9E75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E75AC

Black with #9E75AC

Text Example


Text Example

White with #9E75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,117,172); }

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

background-color css

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

 a { background-color: rgb(158,117,172); }

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

border-color css

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

 span { border-color: rgb(158,117,172); }

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