Html Css Color HEX #8A749F Ce Soir

📋 copy color: '#8A749F'

red 138 ◦ green 116 ◦ blue 159

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

Shades of Ce Soir #8A749F

Tints of Ce Soir #8A749F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.5%

R = 33.41%
G = 28.09%
B = 38.5%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A749F (or 0x8A749F) is known color: Ce Soir. HEX triplet: 8A, 74 and 9F. RGB value is (138,116,159). Sum of RGB (Red+Green+Blue) = 138+116+159=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A749F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A749F is #758B60. Grayscale: #7F7F7F. Windows color (decimal): -7703393 or 10450058. OLE color: 10450058.

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

Color convert

RGB 138 116 159 -
CMYK 0.13 0.27 0 0.38
HSL 270.7º 0.18% 0.54% -
HSV(B) 270.7º 0.27% 0.62% -
XYZ 22.98 20.4 35.53 -
YUV 127.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 138 116 159 0.13 0.27 0 0.38 270.7 0.18 0.54
Hex 8A 74 9F D 1B 0 26 10F 12 36
Octal 212 164 237 15 33 0 46 417 22 66
Binary 10001010 1110100 10011111 1101 11011 0 100110 100001111 10010 110110

Color Harmonies of #8A749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A749F

Black with #8A749F

Text Example


Text Example

White with #8A749F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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