Html Css Color HEX #8A6EAA Ce Soir

📋 copy color: '#8A6EAA'

red 138 ◦ green 110 ◦ blue 170

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

Shades of Ce Soir #8A6EAA

Tints of Ce Soir #8A6EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.32%

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

R = 33.01%
G = 26.32%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A6EAA (or 0x8A6EAA) is known color: Ce Soir. HEX triplet: 8A, 6E and AA. RGB value is (138,110,170). Sum of RGB (Red+Green+Blue) = 138+110+170=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 110 (43.36% from 255 or 26.32% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A6EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6EAA is #759155. Grayscale: #7C7C7C. Windows color (decimal): -7704918 or 11169418. OLE color: 11169418.

HSL color Cylindrical-coordinate representation of color #8A6EAA: hue angle of 268º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8A6EAA is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 110 170 -
CMYK 0.19 0.35 0 0.33
HSL 268º 0.26% 0.55% -
HSV(B) 268º 0.35% 0.67% -
XYZ 23.31 19.46 40.56 -
YUV 125.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 138 110 170 0.19 0.35 0 0.33 268 0.26 0.55
Hex 8A 6E AA 13 23 0 21 10C 1A 37
Octal 212 156 252 23 43 0 41 414 32 67
Binary 10001010 1101110 10101010 10011 100011 0 100001 100001100 11010 110111

Color Harmonies of #8A6EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6EAA

Black with #8A6EAA

Text Example


Text Example

White with #8A6EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,110,170); }

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

background-color css

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

 a { background-color: rgb(138,110,170); }

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

border-color css

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

 span { border-color: rgb(138,110,170); }

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