Html Css Color HEX #8C5FAD Ce Soir

📋 copy color: '#8C5FAD'

red 140 ◦ green 95 ◦ blue 173

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

Shades of Ce Soir #8C5FAD

Tints of Ce Soir #8C5FAD

RGB

 RED value IS 140 (55.08% from 255) = 34.31%

 GREEN value IS 95 (37.5% from 255) = 23.28%

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

R = 34.31%
G = 23.28%
B = 42.4%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C5FAD (or 0x8C5FAD) is known color: Ce Soir. HEX triplet: 8C, 5F and AD. RGB value is (140,95,173). Sum of RGB (Red+Green+Blue) = 140+95+173=408 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.31% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C5FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5FAD is #73A052. Grayscale: #757575. Windows color (decimal): -7577683 or 11362188. OLE color: 11362188.

HSL color Cylindrical-coordinate representation of color #8C5FAD: hue angle of 274.62º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C5FAD is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 95 173 -
CMYK 0.19 0.45 0 0.32
HSL 274.62º 0.32% 0.53% -
HSV(B) 274.62º 0.45% 0.68% -
XYZ 22.45 16.78 41.59 -
YUV 117.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 140 95 173 0.19 0.45 0 0.32 274.62 0.32 0.53
Hex 8C 5F AD 13 2D 0 20 113 20 35
Octal 214 137 255 23 55 0 40 423 40 65
Binary 10001100 1011111 10101101 10011 101101 0 100000 100010011 100000 110101

Color Harmonies of #8C5FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FAD

Black with #8C5FAD

Text Example


Text Example

White with #8C5FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C5FAD; }

 p { color: rgb(140,95,173); }

 H1.HeaderClassName
 {
   color: #8C5FAD;
 }
 .AnyTagClassName
 {
   color: #8C5FAD;
 }
</style>

background-color css

<style>
 a { background-color: #8C5FAD; }

 a { background-color: rgb(140,95,173); }

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

border-color css

<style>
 span { border-color: #8C5FAD; }

 span { border-color: rgb(140,95,173); }

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