Html Css Color HEX #8A749D Ce Soir

📋 copy color: '#8A749D'

red 138 ◦ green 116 ◦ blue 157

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

Shades of Ce Soir #8A749D

Tints of Ce Soir #8A749D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 157 (61.72% from 255) = 38.2%

R = 33.58%
G = 28.22%
B = 38.2%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A749D (or 0x8A749D) is known color: Ce Soir. HEX triplet: 8A, 74 and 9D. RGB value is (138,116,157). Sum of RGB (Red+Green+Blue) = 138+116+157=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 157 - color contains mainly: blue. Hex color #8A749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A749D is #758B62. Grayscale: #7F7F7F. Windows color (decimal): -7703395 or 10318986. OLE color: 10318986.

HSL color Cylindrical-coordinate representation of color #8A749D: hue angle of 272.2º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A749D is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 116 157 -
CMYK 0.12 0.26 0 0.38
HSL 272.2º 0.17% 0.54% -
HSV(B) 272.2º 0.26% 0.62% -
XYZ 22.81 20.33 34.62 -
YUV 127.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 138 116 157 0.12 0.26 0 0.38 272.2 0.17 0.54
Hex 8A 74 9D C 1A 0 26 110 11 36
Octal 212 164 235 14 32 0 46 420 21 66
Binary 10001010 1110100 10011101 1100 11010 0 100110 100010000 10001 110110

Color Harmonies of #8A749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A749D

Black with #8A749D

Text Example


Text Example

White with #8A749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,116,157); }

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

background-color css

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

 a { background-color: rgb(138,116,157); }

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

border-color css

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

 span { border-color: rgb(138,116,157); }

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