Html Css Color HEX #8A66AE Ce Soir

📋 copy color: '#8A66AE'

red 138 ◦ green 102 ◦ blue 174

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

Shades of Ce Soir #8A66AE

Tints of Ce Soir #8A66AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.64%

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

R = 33.33%
G = 24.64%
B = 42.03%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A66AE (or 0x8A66AE) is known color: Ce Soir. HEX triplet: 8A, 66 and AE. RGB value is (138,102,174). Sum of RGB (Red+Green+Blue) = 138+102+174=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 174 (68.36% from 255 or 42.03% from 414); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A66AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A66AE is #759951. Grayscale: #787878. Windows color (decimal): -7706962 or 11429514. OLE color: 11429514.

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

Color convert

RGB 138 102 174 -
CMYK 0.21 0.41 0 0.32
HSL 270º 0.31% 0.54% -
HSV(B) 270º 0.41% 0.68% -
XYZ 22.87 17.96 42.31 -
YUV 120.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 138 102 174 0.21 0.41 0 0.32 270 0.31 0.54
Hex 8A 66 AE 15 29 0 20 10E 1F 36
Octal 212 146 256 25 51 0 40 416 37 66
Binary 10001010 1100110 10101110 10101 101001 0 100000 100001110 11111 110110

Color Harmonies of #8A66AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A66AE

Black with #8A66AE

Text Example


Text Example

White with #8A66AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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