Html Css Color HEX #885FB3 Ce Soir

📋 copy color: '#885FB3'

red 136 ◦ green 95 ◦ blue 179

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

Shades of Ce Soir #885FB3

Tints of Ce Soir #885FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 43.66%

R = 33.17%
G = 23.17%
B = 43.66%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#885FB3 (or 0x885FB3) is known color: Ce Soir. HEX triplet: 88, 5F and B3. RGB value is (136,95,179). Sum of RGB (Red+Green+Blue) = 136+95+179=410 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.17% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 179 - color contains mainly: blue. Hex color #885FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885FB3 is #77A04C. Grayscale: #747474. Windows color (decimal): -7839821 or 11755400. OLE color: 11755400.

HSL color Cylindrical-coordinate representation of color #885FB3: hue angle of 269.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #885FB3 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 136 95 179 -
CMYK 0.24 0.47 0 0.30
HSL 269.29º 0.36% 0.54% -
HSV(B) 269.29º 0.47% 0.7% -
XYZ 22.38 16.67 44.69 -
YUV 116.84 163.08 141.67 -
System Red Green Blue C M Y K H S L
Decimal 136 95 179 0.24 0.47 0 0.30 269.29 0.36 0.54
Hex 88 5F B3 18 2F 0 1E 10D 24 36
Octal 210 137 263 30 57 0 36 415 44 66
Binary 10001000 1011111 10110011 11000 101111 0 11110 100001101 100100 110110

Color Harmonies of #885FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885FB3

Black with #885FB3

Text Example


Text Example

White with #885FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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