Html Css Color HEX #8A5DAC Ce Soir

📋 copy color: '#8A5DAC'

red 138 ◦ green 93 ◦ blue 172

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

Shades of Ce Soir #8A5DAC

Tints of Ce Soir #8A5DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 34.24%
G = 23.08%
B = 42.68%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A5DAC (or 0x8A5DAC) is known color: Ce Soir. HEX triplet: 8A, 5D and AC. RGB value is (138,93,172). Sum of RGB (Red+Green+Blue) = 138+93+172=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #8A5DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5DAC is #75A253. Grayscale: #737373. Windows color (decimal): -7709268 or 11296138. OLE color: 11296138.

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

Color convert

RGB 138 93 172 -
CMYK 0.20 0.46 0 0.33
HSL 274.18º 0.32% 0.52% -
HSV(B) 274.18º 0.46% 0.67% -
XYZ 21.84 16.21 41.01 -
YUV 115.46 159.91 144.08 -
System Red Green Blue C M Y K H S L
Decimal 138 93 172 0.20 0.46 0 0.33 274.18 0.32 0.52
Hex 8A 5D AC 14 2E 0 21 112 20 34
Octal 212 135 254 24 56 0 41 422 40 64
Binary 10001010 1011101 10101100 10100 101110 0 100001 100010010 100000 110100

Color Harmonies of #8A5DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5DAC

Black with #8A5DAC

Text Example


Text Example

White with #8A5DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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