Html Css Color HEX #8A6A9B Ce Soir

📋 copy color: '#8A6A9B'

red 138 ◦ green 106 ◦ blue 155

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

Shades of Ce Soir #8A6A9B

Tints of Ce Soir #8A6A9B

RGB

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

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

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

R = 34.59%
G = 26.57%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A6A9B (or 0x8A6A9B) is known color: Ce Soir. HEX triplet: 8A, 6A and 9B. RGB value is (138,106,155). Sum of RGB (Red+Green+Blue) = 138+106+155=399 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.59% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A6A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6A9B is #759564. Grayscale: #787878. Windows color (decimal): -7705957 or 10185354. OLE color: 10185354.

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

Color convert

RGB 138 106 155 -
CMYK 0.11 0.32 0 0.39
HSL 279.18º 0.2% 0.51% -
HSV(B) 279.18º 0.32% 0.61% -
XYZ 21.55 18.08 33.36 -
YUV 121.15 147.1 140.02 -
System Red Green Blue C M Y K H S L
Decimal 138 106 155 0.11 0.32 0 0.39 279.18 0.2 0.51
Hex 8A 6A 9B B 20 0 27 117 14 33
Octal 212 152 233 13 40 0 47 427 24 63
Binary 10001010 1101010 10011011 1011 100000 0 100111 100010111 10100 110011

Color Harmonies of #8A6A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6A9B

Black with #8A6A9B

Text Example


Text Example

White with #8A6A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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