Html Css Color HEX #8A6F9B Ce Soir

📋 copy color: '#8A6F9B'

red 138 ◦ green 111 ◦ blue 155

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

Shades of Ce Soir #8A6F9B

Tints of Ce Soir #8A6F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.48%

 BLUE value IS 155 (60.94% from 255) = 38.37%

R = 34.16%
G = 27.48%
B = 38.37%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A6F9B (or 0x8A6F9B) is known color: Ce Soir. HEX triplet: 8A, 6F and 9B. RGB value is (138,111,155). Sum of RGB (Red+Green+Blue) = 138+111+155=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A6F9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6F9B is #759064. Grayscale: #7B7B7B. Windows color (decimal): -7704677 or 10186634. OLE color: 10186634.

HSL color Cylindrical-coordinate representation of color #8A6F9B: hue angle of 276.82º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6F9B is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 111 155 -
CMYK 0.11 0.28 0 0.39
HSL 276.82º 0.18% 0.52% -
HSV(B) 276.82º 0.28% 0.61% -
XYZ 22.08 19.14 33.54 -
YUV 124.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 138 111 155 0.11 0.28 0 0.39 276.82 0.18 0.52
Hex 8A 6F 9B B 1C 0 27 115 12 34
Octal 212 157 233 13 34 0 47 425 22 64
Binary 10001010 1101111 10011011 1011 11100 0 100111 100010101 10010 110100

Color Harmonies of #8A6F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6F9B

Black with #8A6F9B

Text Example


Text Example

White with #8A6F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,111,155); }

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

background-color css

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

 a { background-color: rgb(138,111,155); }

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

border-color css

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

 span { border-color: rgb(138,111,155); }

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