Html Css Color HEX #8A659F Ce Soir

📋 copy color: '#8A659F'

red 138 ◦ green 101 ◦ blue 159

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

Shades of Ce Soir #8A659F

Tints of Ce Soir #8A659F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.38%

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

R = 34.67%
G = 25.38%
B = 39.95%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A659F (or 0x8A659F) is known color: Ce Soir. HEX triplet: 8A, 65 and 9F. RGB value is (138,101,159). Sum of RGB (Red+Green+Blue) = 138+101+159=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A659F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A659F is #759A60. Grayscale: #767676. Windows color (decimal): -7707233 or 10446218. OLE color: 10446218.

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

Color convert

RGB 138 101 159 -
CMYK 0.13 0.36 0 0.38
HSL 278.28º 0.23% 0.51% -
HSV(B) 278.28º 0.36% 0.62% -
XYZ 21.39 17.21 35 -
YUV 118.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 138 101 159 0.13 0.36 0 0.38 278.28 0.23 0.51
Hex 8A 65 9F D 24 0 26 116 17 33
Octal 212 145 237 15 44 0 46 426 27 63
Binary 10001010 1100101 10011111 1101 100100 0 100110 100010110 10111 110011

Color Harmonies of #8A659F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A659F

Black with #8A659F

Text Example


Text Example

White with #8A659F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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