Html Css Color HEX #8C64AA Ce Soir

📋 copy color: '#8C64AA'

red 140 ◦ green 100 ◦ blue 170

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

Shades of Ce Soir #8C64AA

Tints of Ce Soir #8C64AA

RGB

 RED value IS 140 (55.08% from 255) = 34.15%

 GREEN value IS 100 (39.45% from 255) = 24.39%

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

R = 34.15%
G = 24.39%
B = 41.46%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C64AA (or 0x8C64AA) is known color: Ce Soir. HEX triplet: 8C, 64 and AA. RGB value is (140,100,170). Sum of RGB (Red+Green+Blue) = 140+100+170=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 100 (39.45% from 255 or 24.39% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C64AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C64AA is #739B55. Grayscale: #777777. Windows color (decimal): -7576406 or 11166860. OLE color: 11166860.

HSL color Cylindrical-coordinate representation of color #8C64AA: hue angle of 274.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C64AA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 100 170 -
CMYK 0.18 0.41 0 0.33
HSL 274.29º 0.29% 0.53% -
HSV(B) 274.29º 0.41% 0.67% -
XYZ 22.63 17.59 40.23 -
YUV 119.94 156.25 142.31 -
System Red Green Blue C M Y K H S L
Decimal 140 100 170 0.18 0.41 0 0.33 274.29 0.29 0.53
Hex 8C 64 AA 12 29 0 21 112 1D 35
Octal 214 144 252 22 51 0 41 422 35 65
Binary 10001100 1100100 10101010 10010 101001 0 100001 100010010 11101 110101

Color Harmonies of #8C64AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C64AA

Black with #8C64AA

Text Example


Text Example

White with #8C64AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,100,170); }

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

background-color css

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

 a { background-color: rgb(140,100,170); }

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

border-color css

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

 span { border-color: rgb(140,100,170); }

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