Html Css Color HEX #885FB0 Ce Soir

📋 copy color: '#885FB0'

red 136 ◦ green 95 ◦ blue 176

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

Shades of Ce Soir #885FB0

Tints of Ce Soir #885FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.24%

R = 33.42%
G = 23.34%
B = 43.24%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#885FB0 (or 0x885FB0) is known color: Ce Soir. HEX triplet: 88, 5F and B0. RGB value is (136,95,176). Sum of RGB (Red+Green+Blue) = 136+95+176=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 176 (69.14% from 255 or 43.24% from 407); Max value from RGB is 176 - color contains mainly: blue. Hex color #885FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885FB0 is #77A04F. Grayscale: #747474. Windows color (decimal): -7839824 or 11558792. OLE color: 11558792.

HSL color Cylindrical-coordinate representation of color #885FB0: hue angle of 270.37º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #885FB0 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 136 95 176 -
CMYK 0.23 0.46 0 0.31
HSL 270.37º 0.34% 0.53% -
HSV(B) 270.37º 0.46% 0.69% -
XYZ 22.08 16.55 43.11 -
YUV 116.49 161.58 141.91 -
System Red Green Blue C M Y K H S L
Decimal 136 95 176 0.23 0.46 0 0.31 270.37 0.34 0.53
Hex 88 5F B0 17 2E 0 1F 10E 22 35
Octal 210 137 260 27 56 0 37 416 42 65
Binary 10001000 1011111 10110000 10111 101110 0 11111 100001110 100010 110101

Color Harmonies of #885FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FB0

Black with #885FB0

Text Example


Text Example

White with #885FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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