Html Css Color HEX #8A5DAD Ce Soir

📋 copy color: '#8A5DAD'

red 138 ◦ green 93 ◦ blue 173

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

Shades of Ce Soir #8A5DAD

Tints of Ce Soir #8A5DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.02%

 BLUE value IS 173 (67.97% from 255) = 42.82%

R = 34.16%
G = 23.02%
B = 42.82%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8A5DAD (or 0x8A5DAD) is known color: Ce Soir. HEX triplet: 8A, 5D and AD. RGB value is (138,93,173). Sum of RGB (Red+Green+Blue) = 138+93+173=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 173 (67.97% from 255 or 42.82% from 404); Max value from RGB is 173 - color contains mainly: blue. Hex color #8A5DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5DAD is #75A252. Grayscale: #737373. Windows color (decimal): -7709267 or 11361674. OLE color: 11361674.

HSL color Cylindrical-coordinate representation of color #8A5DAD: hue angle of 273.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A5DAD is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 138 93 173 -
CMYK 0.20 0.46 0 0.32
HSL 273.75º 0.33% 0.52% -
HSV(B) 273.75º 0.46% 0.68% -
XYZ 21.94 16.25 41.52 -
YUV 115.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 138 93 173 0.20 0.46 0 0.32 273.75 0.33 0.52
Hex 8A 5D AD 14 2E 0 20 112 21 34
Octal 212 135 255 24 56 0 40 422 41 64
Binary 10001010 1011101 10101101 10100 101110 0 100000 100010010 100001 110100

Color Harmonies of #8A5DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5DAD

Black with #8A5DAD

Text Example


Text Example

White with #8A5DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,93,173); }

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

background-color css

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

 a { background-color: rgb(138,93,173); }

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

border-color css

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

 span { border-color: rgb(138,93,173); }

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