Html Css Color HEX #8B6AA1 Ce Soir

📋 copy color: '#8B6AA1'

red 139 ◦ green 106 ◦ blue 161

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

Shades of Ce Soir #8B6AA1

Tints of Ce Soir #8B6AA1

RGB

 RED value IS 139 (54.69% from 255) = 34.24%

 GREEN value IS 106 (41.8% from 255) = 26.11%

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 34.24%
G = 26.11%
B = 39.66%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8B6AA1 (or 0x8B6AA1) is known color: Ce Soir. HEX triplet: 8B, 6A and A1. RGB value is (139,106,161). Sum of RGB (Red+Green+Blue) = 139+106+161=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 161 - color contains mainly: blue. Hex color #8B6AA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6AA1 is #74955E. Grayscale: #797979. Windows color (decimal): -7640415 or 10578571. OLE color: 10578571.

HSL color Cylindrical-coordinate representation of color #8B6AA1: hue angle of 276º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8B6AA1 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 139 106 161 -
CMYK 0.14 0.34 0 0.37
HSL 276º 0.23% 0.52% -
HSV(B) 276º 0.34% 0.63% -
XYZ 22.23 18.37 36.09 -
YUV 122.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 139 106 161 0.14 0.34 0 0.37 276 0.23 0.52
Hex 8B 6A A1 E 22 0 25 114 17 34
Octal 213 152 241 16 42 0 45 424 27 64
Binary 10001011 1101010 10100001 1110 100010 0 100101 100010100 10111 110100

Color Harmonies of #8B6AA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6AA1

Black with #8B6AA1

Text Example


Text Example

White with #8B6AA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,106,161); }

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

background-color css

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

 a { background-color: rgb(139,106,161); }

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

border-color css

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

 span { border-color: rgb(139,106,161); }

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