Html Css Color HEX #8D5FAA Ce Soir

📋 copy color: '#8D5FAA'

red 141 ◦ green 95 ◦ blue 170

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

Shades of Ce Soir #8D5FAA

Tints of Ce Soir #8D5FAA

RGB

 RED value IS 141 (55.47% from 255) = 34.73%

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 34.73%
G = 23.4%
B = 41.87%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D5FAA (or 0x8D5FAA) is known color: Ce Soir. HEX triplet: 8D, 5F and AA. RGB value is (141,95,170). Sum of RGB (Red+Green+Blue) = 141+95+170=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5FAA is #72A055. Grayscale: #757575. Windows color (decimal): -7512150 or 11165581. OLE color: 11165581.

HSL color Cylindrical-coordinate representation of color #8D5FAA: hue angle of 276.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D5FAA is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 95 170 -
CMYK 0.17 0.44 0 0.33
HSL 276.8º 0.31% 0.52% -
HSV(B) 276.8º 0.44% 0.67% -
XYZ 22.33 16.75 40.09 -
YUV 117.3 157.74 144.9 -
System Red Green Blue C M Y K H S L
Decimal 141 95 170 0.17 0.44 0 0.33 276.8 0.31 0.52
Hex 8D 5F AA 11 2C 0 21 115 1F 34
Octal 215 137 252 21 54 0 41 425 37 64
Binary 10001101 1011111 10101010 10001 101100 0 100001 100010101 11111 110100

Color Harmonies of #8D5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5FAA

Black with #8D5FAA

Text Example


Text Example

White with #8D5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,95,170); }

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

background-color css

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

 a { background-color: rgb(141,95,170); }

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

border-color css

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

 span { border-color: rgb(141,95,170); }

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