Html Css Color HEX #875AAA Ce Soir

📋 copy color: '#875AAA'

red 135 ◦ green 90 ◦ blue 170

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

Shades of Ce Soir #875AAA

Tints of Ce Soir #875AAA

RGB

 RED value IS 135 (53.13% from 255) = 34.18%

 GREEN value IS 90 (35.55% from 255) = 22.78%

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

R = 34.18%
G = 22.78%
B = 43.04%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#875AAA (or 0x875AAA) is known color: Ce Soir. HEX triplet: 87, 5A and AA. RGB value is (135,90,170). Sum of RGB (Red+Green+Blue) = 135+90+170=395 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.18% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #875AAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875AAA is #78A555. Grayscale: #707070. Windows color (decimal): -7906646 or 11164295. OLE color: 11164295.

HSL color Cylindrical-coordinate representation of color #875AAA: hue angle of 273.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #875AAA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 90 170 -
CMYK 0.21 0.47 0 0.33
HSL 273.75º 0.32% 0.51% -
HSV(B) 273.75º 0.47% 0.67% -
XYZ 20.9 15.37 39.89 -
YUV 112.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 135 90 170 0.21 0.47 0 0.33 273.75 0.32 0.51
Hex 87 5A AA 15 2F 0 21 112 20 33
Octal 207 132 252 25 57 0 41 422 40 63
Binary 10000111 1011010 10101010 10101 101111 0 100001 100010010 100000 110011

Color Harmonies of #875AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875AAA

Black with #875AAA

Text Example


Text Example

White with #875AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875AAA; }

 p { color: rgb(135,90,170); }

 H1.HeaderClassName
 {
   color: #875AAA;
 }
 .AnyTagClassName
 {
   color: #875AAA;
 }
</style>

background-color css

<style>
 a { background-color: #875AAA; }

 a { background-color: rgb(135,90,170); }

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

border-color css

<style>
 span { border-color: #875AAA; }

 span { border-color: rgb(135,90,170); }

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