Html Css Color HEX #8A7A9B Ce Soir

📋 copy color: '#8A7A9B'

red 138 ◦ green 122 ◦ blue 155

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

Shades of Ce Soir #8A7A9B

Tints of Ce Soir #8A7A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 33.25%
G = 29.4%
B = 37.35%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A7A9B (or 0x8A7A9B) is known color: Ce Soir. HEX triplet: 8A, 7A and 9B. RGB value is (138,122,155). Sum of RGB (Red+Green+Blue) = 138+122+155=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A7A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7A9B is #758564. Grayscale: #828282. Windows color (decimal): -7701861 or 10189450. OLE color: 10189450.

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

Color convert

RGB 138 122 155 -
CMYK 0.11 0.21 0 0.39
HSL 269.09º 0.14% 0.54% -
HSV(B) 269.09º 0.21% 0.61% -
XYZ 23.36 21.69 33.97 -
YUV 130.55 141.8 133.32 -
System Red Green Blue C M Y K H S L
Decimal 138 122 155 0.11 0.21 0 0.39 269.09 0.14 0.54
Hex 8A 7A 9B B 15 0 27 10D E 36
Octal 212 172 233 13 25 0 47 415 16 66
Binary 10001010 1111010 10011011 1011 10101 0 100111 100001101 1110 110110

Color Harmonies of #8A7A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7A9B

Black with #8A7A9B

Text Example


Text Example

White with #8A7A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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