Html Css Color HEX #875DAC Ce Soir

📋 copy color: '#875DAC'

red 135 ◦ green 93 ◦ blue 172

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

Shades of Ce Soir #875DAC

Tints of Ce Soir #875DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43%

R = 33.75%
G = 23.25%
B = 43%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#875DAC (or 0x875DAC) is known color: Ce Soir. HEX triplet: 87, 5D and AC. RGB value is (135,93,172). Sum of RGB (Red+Green+Blue) = 135+93+172=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #875DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875DAC is #78A253. Grayscale: #727272. Windows color (decimal): -7905876 or 11296135. OLE color: 11296135.

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

Color convert

RGB 135 93 172 -
CMYK 0.22 0.46 0 0.33
HSL 271.9º 0.32% 0.52% -
HSV(B) 271.9º 0.46% 0.67% -
XYZ 21.35 15.96 40.98 -
YUV 114.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 135 93 172 0.22 0.46 0 0.33 271.9 0.32 0.52
Hex 87 5D AC 16 2E 0 21 110 20 34
Octal 207 135 254 26 56 0 41 420 40 64
Binary 10000111 1011101 10101100 10110 101110 0 100001 100010000 100000 110100

Color Harmonies of #875DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875DAC

Black with #875DAC

Text Example


Text Example

White with #875DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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