Html Css Color HEX #8A5EAE Ce Soir

📋 copy color: '#8A5EAE'

red 138 ◦ green 94 ◦ blue 174

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

Shades of Ce Soir #8A5EAE

Tints of Ce Soir #8A5EAE

RGB

 RED value IS 138 (54.3% from 255) = 33.99%

 GREEN value IS 94 (37.11% from 255) = 23.15%

 BLUE value IS 174 (68.36% from 255) = 42.86%

R = 33.99%
G = 23.15%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A5EAE (or 0x8A5EAE) is known color: Ce Soir. HEX triplet: 8A, 5E and AE. RGB value is (138,94,174). Sum of RGB (Red+Green+Blue) = 138+94+174=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 174 (68.36% from 255 or 42.86% from 406); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A5EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5EAE is #75A151. Grayscale: #737373. Windows color (decimal): -7709010 or 11427466. OLE color: 11427466.

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

Color convert

RGB 138 94 174 -
CMYK 0.21 0.46 0 0.32
HSL 273º 0.33% 0.53% -
HSV(B) 273º 0.46% 0.68% -
XYZ 22.12 16.46 42.06 -
YUV 116.28 160.58 143.5 -
System Red Green Blue C M Y K H S L
Decimal 138 94 174 0.21 0.46 0 0.32 273 0.33 0.53
Hex 8A 5E AE 15 2E 0 20 111 21 35
Octal 212 136 256 25 56 0 40 421 41 65
Binary 10001010 1011110 10101110 10101 101110 0 100000 100010001 100001 110101

Color Harmonies of #8A5EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5EAE

Black with #8A5EAE

Text Example


Text Example

White with #8A5EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,94,174); }

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

background-color css

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

 a { background-color: rgb(138,94,174); }

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

border-color css

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

 span { border-color: rgb(138,94,174); }

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