Html Css Color HEX #885F9D Ce Soir

📋 copy color: '#885F9D'

red 136 ◦ green 95 ◦ blue 157

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

Shades of Ce Soir #885F9D

Tints of Ce Soir #885F9D

RGB

 RED value IS 136 (53.52% from 255) = 35.05%

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

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 35.05%
G = 24.48%
B = 40.46%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#885F9D (or 0x885F9D) is known color: Ce Soir. HEX triplet: 88, 5F and 9D. RGB value is (136,95,157). Sum of RGB (Red+Green+Blue) = 136+95+157=388 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.05% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #885F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885F9D is #77A062. Grayscale: #727272. Windows color (decimal): -7839843 or 10313608. OLE color: 10313608.

HSL color Cylindrical-coordinate representation of color #885F9D: hue angle of 279.68º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885F9D is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 136 95 157 -
CMYK 0.13 0.39 0 0.38
HSL 279.68º 0.25% 0.49% -
HSV(B) 279.68º 0.39% 0.62% -
XYZ 20.33 15.85 33.89 -
YUV 114.33 152.08 143.46 -
System Red Green Blue C M Y K H S L
Decimal 136 95 157 0.13 0.39 0 0.38 279.68 0.25 0.49
Hex 88 5F 9D D 27 0 26 118 19 31
Octal 210 137 235 15 47 0 46 430 31 61
Binary 10001000 1011111 10011101 1101 100111 0 100110 100011000 11001 110001

Color Harmonies of #885F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885F9D

Black with #885F9D

Text Example


Text Example

White with #885F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885F9D; }

 p { color: rgb(136,95,157); }

 H1.HeaderClassName
 {
   color: #885F9D;
 }
 .AnyTagClassName
 {
   color: #885F9D;
 }
</style>

background-color css

<style>
 a { background-color: #885F9D; }

 a { background-color: rgb(136,95,157); }

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

border-color css

<style>
 span { border-color: #885F9D; }

 span { border-color: rgb(136,95,157); }

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