Html Css Color HEX #8C5FAA Ce Soir

📋 copy color: '#8C5FAA'

red 140 ◦ green 95 ◦ blue 170

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

Shades of Ce Soir #8C5FAA

Tints of Ce Soir #8C5FAA

RGB

 RED value IS 140 (55.08% from 255) = 34.57%

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

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

R = 34.57%
G = 23.46%
B = 41.98%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C5FAA (or 0x8C5FAA) is known color: Ce Soir. HEX triplet: 8C, 5F and AA. RGB value is (140,95,170). Sum of RGB (Red+Green+Blue) = 140+95+170=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 95 (37.5% from 255 or 23.46% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C5FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5FAA is #73A055. Grayscale: #747474. Windows color (decimal): -7577686 or 11165580. OLE color: 11165580.

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

Color convert

RGB 140 95 170 -
CMYK 0.18 0.44 0 0.33
HSL 276º 0.31% 0.52% -
HSV(B) 276º 0.44% 0.67% -
XYZ 22.16 16.66 40.08 -
YUV 117.01 157.91 144.4 -
System Red Green Blue C M Y K H S L
Decimal 140 95 170 0.18 0.44 0 0.33 276 0.31 0.52
Hex 8C 5F AA 12 2C 0 21 114 1F 34
Octal 214 137 252 22 54 0 41 424 37 64
Binary 10001100 1011111 10101010 10010 101100 0 100001 100010100 11111 110100

Color Harmonies of #8C5FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5FAA

Black with #8C5FAA

Text Example


Text Example

White with #8C5FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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