Html Css Color HEX #875FAD Ce Soir

📋 copy color: '#875FAD'

red 135 ◦ green 95 ◦ blue 173

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

Shades of Ce Soir #875FAD

Tints of Ce Soir #875FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.93%

R = 33.5%
G = 23.57%
B = 42.93%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#875FAD (or 0x875FAD) is known color: Ce Soir. HEX triplet: 87, 5F and AD. RGB value is (135,95,173). Sum of RGB (Red+Green+Blue) = 135+95+173=403 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.50% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 173 - color contains mainly: blue. Hex color #875FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875FAD is #78A052. Grayscale: #737373. Windows color (decimal): -7905363 or 11362183. OLE color: 11362183.

HSL color Cylindrical-coordinate representation of color #875FAD: hue angle of 270.77º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #875FAD is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 135 95 173 -
CMYK 0.22 0.45 0 0.32
HSL 270.77º 0.32% 0.53% -
HSV(B) 270.77º 0.45% 0.68% -
XYZ 21.63 16.35 41.55 -
YUV 115.85 160.25 141.66 -
System Red Green Blue C M Y K H S L
Decimal 135 95 173 0.22 0.45 0 0.32 270.77 0.32 0.53
Hex 87 5F AD 16 2D 0 20 10F 20 35
Octal 207 137 255 26 55 0 40 417 40 65
Binary 10000111 1011111 10101101 10110 101101 0 100000 100001111 100000 110101

Color Harmonies of #875FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875FAD

Black with #875FAD

Text Example


Text Example

White with #875FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,95,173); }

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

background-color css

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

 a { background-color: rgb(135,95,173); }

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

border-color css

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

 span { border-color: rgb(135,95,173); }

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