Html Css Color HEX #8A6DAA Ce Soir

📋 copy color: '#8A6DAA'

red 138 ◦ green 109 ◦ blue 170

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

Shades of Ce Soir #8A6DAA

Tints of Ce Soir #8A6DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.14%

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

R = 33.09%
G = 26.14%
B = 40.77%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A6DAA (or 0x8A6DAA) is known color: Ce Soir. HEX triplet: 8A, 6D and AA. RGB value is (138,109,170). Sum of RGB (Red+Green+Blue) = 138+109+170=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A6DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6DAA is #759255. Grayscale: #7C7C7C. Windows color (decimal): -7705174 or 11169162. OLE color: 11169162.

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

Color convert

RGB 138 109 170 -
CMYK 0.19 0.36 0 0.33
HSL 268.52º 0.26% 0.55% -
HSV(B) 268.52º 0.36% 0.67% -
XYZ 23.21 19.24 40.52 -
YUV 124.63 153.61 137.54 -
System Red Green Blue C M Y K H S L
Decimal 138 109 170 0.19 0.36 0 0.33 268.52 0.26 0.55
Hex 8A 6D AA 13 24 0 21 10D 1A 37
Octal 212 155 252 23 44 0 41 415 32 67
Binary 10001010 1101101 10101010 10011 100100 0 100001 100001101 11010 110111

Color Harmonies of #8A6DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6DAA

Black with #8A6DAA

Text Example


Text Example

White with #8A6DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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