Html Css Color HEX #875DAA Ce Soir

📋 copy color: '#875DAA'

red 135 ◦ green 93 ◦ blue 170

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

Shades of Ce Soir #875DAA

Tints of Ce Soir #875DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

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

R = 33.92%
G = 23.37%
B = 42.71%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#875DAA (or 0x875DAA) is known color: Ce Soir. HEX triplet: 87, 5D and AA. RGB value is (135,93,170). Sum of RGB (Red+Green+Blue) = 135+93+170=398 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.92% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 170 (66.80% from 255 or 42.71% from 398); Max value from RGB is 170 - color contains mainly: blue. Hex color #875DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DAA is #78A255. Grayscale: #727272. Windows color (decimal): -7905878 or 11165063. OLE color: 11165063.

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

Color convert

RGB 135 93 170 -
CMYK 0.21 0.45 0 0.33
HSL 272.73º 0.31% 0.52% -
HSV(B) 272.73º 0.45% 0.67% -
XYZ 21.16 15.88 39.98 -
YUV 114.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 135 93 170 0.21 0.45 0 0.33 272.73 0.31 0.52
Hex 87 5D AA 15 2D 0 21 111 1F 34
Octal 207 135 252 25 55 0 41 421 37 64
Binary 10000111 1011101 10101010 10101 101101 0 100001 100010001 11111 110100

Color Harmonies of #875DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DAA

Black with #875DAA

Text Example


Text Example

White with #875DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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