Html Css Color HEX #8A6D9F Ce Soir

📋 copy color: '#8A6D9F'

red 138 ◦ green 109 ◦ blue 159

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

Shades of Ce Soir #8A6D9F

Tints of Ce Soir #8A6D9F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.85%

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

R = 33.99%
G = 26.85%
B = 39.16%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A6D9F (or 0x8A6D9F) is known color: Ce Soir. HEX triplet: 8A, 6D and 9F. RGB value is (138,109,159). Sum of RGB (Red+Green+Blue) = 138+109+159=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A6D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6D9F is #759260. Grayscale: #7B7B7B. Windows color (decimal): -7705185 or 10448266. OLE color: 10448266.

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

Color convert

RGB 138 109 159 -
CMYK 0.13 0.31 0 0.38
HSL 274.8º 0.21% 0.53% -
HSV(B) 274.8º 0.31% 0.62% -
XYZ 22.21 18.84 35.27 -
YUV 123.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 138 109 159 0.13 0.31 0 0.38 274.8 0.21 0.53
Hex 8A 6D 9F D 1F 0 26 113 15 35
Octal 212 155 237 15 37 0 46 423 25 65
Binary 10001010 1101101 10011111 1101 11111 0 100110 100010011 10101 110101

Color Harmonies of #8A6D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6D9F

Black with #8A6D9F

Text Example


Text Example

White with #8A6D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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