Html Css Color HEX #855BA8 Ce Soir

📋 copy color: '#855BA8'

red 133 ◦ green 91 ◦ blue 168

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

Shades of Ce Soir #855BA8

Tints of Ce Soir #855BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 42.86%

R = 33.93%
G = 23.21%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#855BA8 (or 0x855BA8) is known color: Ce Soir. HEX triplet: 85, 5B and A8. RGB value is (133,91,168). Sum of RGB (Red+Green+Blue) = 133+91+168=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 168 (66.02% from 255 or 42.86% from 392); Max value from RGB is 168 - color contains mainly: blue. Hex color #855BA8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BA8 is #7AA457. Grayscale: #707070. Windows color (decimal): -8037464 or 11033477. OLE color: 11033477.

HSL color Cylindrical-coordinate representation of color #855BA8: hue angle of 272.73º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855BA8 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 133 91 168 -
CMYK 0.21 0.46 0 0.34
HSL 272.73º 0.31% 0.51% -
HSV(B) 272.73º 0.46% 0.66% -
XYZ 20.48 15.3 38.92 -
YUV 112.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 133 91 168 0.21 0.46 0 0.34 272.73 0.31 0.51
Hex 85 5B A8 15 2E 0 22 111 1F 33
Octal 205 133 250 25 56 0 42 421 37 63
Binary 10000101 1011011 10101000 10101 101110 0 100010 100010001 11111 110011

Color Harmonies of #855BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BA8

Black with #855BA8

Text Example


Text Example

White with #855BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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