Html Css Color HEX #8D75AA Ce Soir

📋 copy color: '#8D75AA'

red 141 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #8D75AA

Tints of Ce Soir #8D75AA

RGB

 RED value IS 141 (55.47% from 255) = 32.94%

 GREEN value IS 117 (46.09% from 255) = 27.34%

 BLUE value IS 170 (66.8% from 255) = 39.72%

R = 32.94%
G = 27.34%
B = 39.72%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D75AA (or 0x8D75AA) is known color: Ce Soir. HEX triplet: 8D, 75 and AA. RGB value is (141,117,170). Sum of RGB (Red+Green+Blue) = 141+117+170=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D75AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D75AA is #728A55. Grayscale: #828282. Windows color (decimal): -7506518 or 11171213. OLE color: 11171213.

HSL color Cylindrical-coordinate representation of color #8D75AA: hue angle of 267.17º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D75AA is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 117 170 -
CMYK 0.17 0.31 0 0.33
HSL 267.17º 0.24% 0.56% -
HSV(B) 267.17º 0.31% 0.67% -
XYZ 24.6 21.29 40.84 -
YUV 130.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 141 117 170 0.17 0.31 0 0.33 267.17 0.24 0.56
Hex 8D 75 AA 11 1F 0 21 10B 18 38
Octal 215 165 252 21 37 0 41 413 30 70
Binary 10001101 1110101 10101010 10001 11111 0 100001 100001011 11000 111000

Color Harmonies of #8D75AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D75AA

Black with #8D75AA

Text Example


Text Example

White with #8D75AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,117,170); }

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

background-color css

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

 a { background-color: rgb(141,117,170); }

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

border-color css

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

 span { border-color: rgb(141,117,170); }

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