Html Css Color HEX #8A6CAC Ce Soir

📋 copy color: '#8A6CAC'

red 138 ◦ green 108 ◦ blue 172

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

Shades of Ce Soir #8A6CAC

Tints of Ce Soir #8A6CAC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 33.01%
G = 25.84%
B = 41.15%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A6CAC (or 0x8A6CAC) is known color: Ce Soir. HEX triplet: 8A, 6C and AC. RGB value is (138,108,172). Sum of RGB (Red+Green+Blue) = 138+108+172=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A6CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6CAC is #759353. Grayscale: #7C7C7C. Windows color (decimal): -7705428 or 11299978. OLE color: 11299978.

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

Color convert

RGB 138 108 172 -
CMYK 0.20 0.37 0 0.33
HSL 268.13º 0.28% 0.55% -
HSV(B) 268.13º 0.37% 0.67% -
XYZ 23.29 19.11 41.49 -
YUV 124.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 138 108 172 0.20 0.37 0 0.33 268.13 0.28 0.55
Hex 8A 6C AC 14 25 0 21 10C 1C 37
Octal 212 154 254 24 45 0 41 414 34 67
Binary 10001010 1101100 10101100 10100 100101 0 100001 100001100 11100 110111

Color Harmonies of #8A6CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6CAC

Black with #8A6CAC

Text Example


Text Example

White with #8A6CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,108,172); }

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

background-color css

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

 a { background-color: rgb(138,108,172); }

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

border-color css

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

 span { border-color: rgb(138,108,172); }

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