Html Css Color HEX #8A5FAA Ce Soir

📋 copy color: '#8A5FAA'

red 138 ◦ green 95 ◦ blue 170

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

Shades of Ce Soir #8A5FAA

Tints of Ce Soir #8A5FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

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

R = 34.24%
G = 23.57%
B = 42.18%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A5FAA (or 0x8A5FAA) is known color: Ce Soir. HEX triplet: 8A, 5F and AA. RGB value is (138,95,170). Sum of RGB (Red+Green+Blue) = 138+95+170=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5FAA is #75A055. Grayscale: #747474. Windows color (decimal): -7708758 or 11165578. OLE color: 11165578.

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

Color convert

RGB 138 95 170 -
CMYK 0.19 0.44 0 0.33
HSL 274.4º 0.31% 0.52% -
HSV(B) 274.4º 0.44% 0.67% -
XYZ 21.83 16.49 40.06 -
YUV 116.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 138 95 170 0.19 0.44 0 0.33 274.4 0.31 0.52
Hex 8A 5F AA 13 2C 0 21 112 1F 34
Octal 212 137 252 23 54 0 41 422 37 64
Binary 10001010 1011111 10101010 10011 101100 0 100001 100010010 11111 110100

Color Harmonies of #8A5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5FAA

Black with #8A5FAA

Text Example


Text Example

White with #8A5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,95,170); }

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

background-color css

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

 a { background-color: rgb(138,95,170); }

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

border-color css

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

 span { border-color: rgb(138,95,170); }

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