Html Css Color HEX #8A6899 Ce Soir

📋 copy color: '#8A6899'

red 138 ◦ green 104 ◦ blue 153

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

Shades of Ce Soir #8A6899

Tints of Ce Soir #8A6899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.33%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 34.94%
G = 26.33%
B = 38.73%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A6899 (or 0x8A6899) is known color: Ce Soir. HEX triplet: 8A, 68 and 99. RGB value is (138,104,153). Sum of RGB (Red+Green+Blue) = 138+104+153=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A6899 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6899 is #759766. Grayscale: #777777. Windows color (decimal): -7706471 or 10053770. OLE color: 10053770.

HSL color Cylindrical-coordinate representation of color #8A6899: hue angle of 281.63º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A6899 is Cyan = 0.10, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 104 153 -
CMYK 0.10 0.32 0 0.4
HSL 281.63º 0.19% 0.5% -
HSV(B) 281.63º 0.32% 0.6% -
XYZ 21.18 17.6 32.42 -
YUV 119.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 138 104 153 0.10 0.32 0 0.4 281.63 0.19 0.5
Hex 8A 68 99 A 20 0 28 11A 13 32
Octal 212 150 231 12 40 0 50 432 23 62
Binary 10001010 1101000 10011001 1010 100000 0 101000 100011010 10011 110010

Color Harmonies of #8A6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6899

Black with #8A6899

Text Example


Text Example

White with #8A6899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,153); }

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

background-color css

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

 a { background-color: rgb(138,104,153); }

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

border-color css

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

 span { border-color: rgb(138,104,153); }

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