Html Css Color HEX #8A6C96 Ce Soir

📋 copy color: '#8A6C96'

red 138 ◦ green 108 ◦ blue 150

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

Shades of Ce Soir #8A6C96

Tints of Ce Soir #8A6C96

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.27%

 BLUE value IS 150 (58.98% from 255) = 37.88%

R = 34.85%
G = 27.27%
B = 37.88%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8A6C96 (or 0x8A6C96) is known color: Ce Soir. HEX triplet: 8A, 6C and 96. RGB value is (138,108,150). Sum of RGB (Red+Green+Blue) = 138+108+150=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 150 (58.98% from 255 or 37.88% from 396); Max value from RGB is 150 - color contains mainly: blue. Hex color #8A6C96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6C96 is #759369. Grayscale: #797979. Windows color (decimal): -7705450 or 9858186. OLE color: 9858186.

HSL color Cylindrical-coordinate representation of color #8A6C96: hue angle of 282.86º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A6C96 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 138 108 150 -
CMYK 0.08 0.28 0 0.41
HSL 282.86º 0.17% 0.51% -
HSV(B) 282.86º 0.28% 0.59% -
XYZ 21.35 18.33 31.27 -
YUV 121.76 143.94 139.58 -
System Red Green Blue C M Y K H S L
Decimal 138 108 150 0.08 0.28 0 0.41 282.86 0.17 0.51
Hex 8A 6C 96 8 1C 0 29 11B 11 33
Octal 212 154 226 10 34 0 51 433 21 63
Binary 10001010 1101100 10010110 1000 11100 0 101001 100011011 10001 110011

Color Harmonies of #8A6C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6C96

Black with #8A6C96

Text Example


Text Example

White with #8A6C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,108,150); }

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

background-color css

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

 a { background-color: rgb(138,108,150); }

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

border-color css

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

 span { border-color: rgb(138,108,150); }

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