Html Css Color HEX #8A61AF Ce Soir

📋 copy color: '#8A61AF'

red 138 ◦ green 97 ◦ blue 175

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

Shades of Ce Soir #8A61AF

Tints of Ce Soir #8A61AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

 BLUE value IS 175 (68.75% from 255) = 42.68%

R = 33.66%
G = 23.66%
B = 42.68%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8A61AF (or 0x8A61AF) is known color: Ce Soir. HEX triplet: 8A, 61 and AF. RGB value is (138,97,175). Sum of RGB (Red+Green+Blue) = 138+97+175=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A61AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A61AF is #759E50. Grayscale: #757575. Windows color (decimal): -7708241 or 11493770. OLE color: 11493770.

HSL color Cylindrical-coordinate representation of color #8A61AF: hue angle of 271.54º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A61AF is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 138 97 175 -
CMYK 0.21 0.45 0 0.31
HSL 271.54º 0.33% 0.53% -
HSV(B) 271.54º 0.45% 0.69% -
XYZ 22.49 17.05 42.66 -
YUV 118.15 160.08 142.16 -
System Red Green Blue C M Y K H S L
Decimal 138 97 175 0.21 0.45 0 0.31 271.54 0.33 0.53
Hex 8A 61 AF 15 2D 0 1F 110 21 35
Octal 212 141 257 25 55 0 37 420 41 65
Binary 10001010 1100001 10101111 10101 101101 0 11111 100010000 100001 110101

Color Harmonies of #8A61AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A61AF

Black with #8A61AF

Text Example


Text Example

White with #8A61AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,97,175); }

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

background-color css

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

 a { background-color: rgb(138,97,175); }

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

border-color css

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

 span { border-color: rgb(138,97,175); }

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