Html Css Color HEX #8A719F Ce Soir

📋 copy color: '#8A719F'

red 138 ◦ green 113 ◦ blue 159

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

Shades of Ce Soir #8A719F

Tints of Ce Soir #8A719F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

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

R = 33.66%
G = 27.56%
B = 38.78%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A719F (or 0x8A719F) is known color: Ce Soir. HEX triplet: 8A, 71 and 9F. RGB value is (138,113,159). Sum of RGB (Red+Green+Blue) = 138+113+159=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A719F is #758E60. Grayscale: #7D7D7D. Windows color (decimal): -7704161 or 10449290. OLE color: 10449290.

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

Color convert

RGB 138 113 159 -
CMYK 0.13 0.29 0 0.38
HSL 272.61º 0.19% 0.53% -
HSV(B) 272.61º 0.29% 0.62% -
XYZ 22.64 19.72 35.41 -
YUV 125.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 138 113 159 0.13 0.29 0 0.38 272.61 0.19 0.53
Hex 8A 71 9F D 1D 0 26 111 13 35
Octal 212 161 237 15 35 0 46 421 23 65
Binary 10001010 1110001 10011111 1101 11101 0 100110 100010001 10011 110101

Color Harmonies of #8A719F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A719F

Black with #8A719F

Text Example


Text Example

White with #8A719F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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