Html Css Color HEX #8A5CAB Ce Soir

📋 copy color: '#8A5CAB'

red 138 ◦ green 92 ◦ blue 171

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

Shades of Ce Soir #8A5CAB

Tints of Ce Soir #8A5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 34.41%
G = 22.94%
B = 42.64%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A5CAB (or 0x8A5CAB) is known color: Ce Soir. HEX triplet: 8A, 5C and AB. RGB value is (138,92,171). Sum of RGB (Red+Green+Blue) = 138+92+171=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A5CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5CAB is #75A354. Grayscale: #727272. Windows color (decimal): -7709525 or 11230346. OLE color: 11230346.

HSL color Cylindrical-coordinate representation of color #8A5CAB: hue angle of 274.94º 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 #8A5CAB is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 92 171 -
CMYK 0.19 0.46 0 0.33
HSL 274.94º 0.32% 0.52% -
HSV(B) 274.94º 0.46% 0.67% -
XYZ 21.66 16 40.47 -
YUV 114.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 138 92 171 0.19 0.46 0 0.33 274.94 0.32 0.52
Hex 8A 5C AB 13 2E 0 21 113 20 34
Octal 212 134 253 23 56 0 41 423 40 64
Binary 10001010 1011100 10101011 10011 101110 0 100001 100010011 100000 110100

Color Harmonies of #8A5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5CAB

Black with #8A5CAB

Text Example


Text Example

White with #8A5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,92,171); }

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

background-color css

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

 a { background-color: rgb(138,92,171); }

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

border-color css

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

 span { border-color: rgb(138,92,171); }

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