Html Css Color HEX #855BAB Ce Soir

📋 copy color: '#855BAB'

red 133 ◦ green 91 ◦ blue 171

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

Shades of Ce Soir #855BAB

Tints of Ce Soir #855BAB

RGB

 RED value IS 133 (52.34% from 255) = 33.67%

 GREEN value IS 91 (35.94% from 255) = 23.04%

 BLUE value IS 171 (67.19% from 255) = 43.29%

R = 33.67%
G = 23.04%
B = 43.29%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#855BAB (or 0x855BAB) is known color: Ce Soir. HEX triplet: 85, 5B and AB. RGB value is (133,91,171). Sum of RGB (Red+Green+Blue) = 133+91+171=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #855BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BAB is #7AA454. Grayscale: #707070. Windows color (decimal): -8037461 or 11230085. OLE color: 11230085.

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

Color convert

RGB 133 91 171 -
CMYK 0.22 0.47 0 0.33
HSL 271.5º 0.32% 0.51% -
HSV(B) 271.5º 0.47% 0.67% -
XYZ 20.76 15.41 40.41 -
YUV 112.68 160.91 142.5 -
System Red Green Blue C M Y K H S L
Decimal 133 91 171 0.22 0.47 0 0.33 271.5 0.32 0.51
Hex 85 5B AB 16 2F 0 21 110 20 33
Octal 205 133 253 26 57 0 41 420 40 63
Binary 10000101 1011011 10101011 10110 101111 0 100001 100010000 100000 110011

Color Harmonies of #855BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BAB

Black with #855BAB

Text Example


Text Example

White with #855BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855BAB; }

 p { color: rgb(133,91,171); }

 H1.HeaderClassName
 {
   color: #855BAB;
 }
 .AnyTagClassName
 {
   color: #855BAB;
 }
</style>

background-color css

<style>
 a { background-color: #855BAB; }

 a { background-color: rgb(133,91,171); }

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

border-color css

<style>
 span { border-color: #855BAB; }

 span { border-color: rgb(133,91,171); }

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