Html Css Color HEX #855BAE Ce Soir

📋 copy color: '#855BAE'

red 133 ◦ green 91 ◦ blue 174

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

Shades of Ce Soir #855BAE

Tints of Ce Soir #855BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.72%

R = 33.42%
G = 22.86%
B = 43.72%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#855BAE (or 0x855BAE) is known color: Ce Soir. HEX triplet: 85, 5B and AE. RGB value is (133,91,174). Sum of RGB (Red+Green+Blue) = 133+91+174=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #855BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855BAE is #7AA451. Grayscale: #707070. Windows color (decimal): -8037458 or 11426693. OLE color: 11426693.

HSL color Cylindrical-coordinate representation of color #855BAE: hue angle of 270.36º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #855BAE is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 133 91 174 -
CMYK 0.24 0.48 0 0.32
HSL 270.36º 0.34% 0.52% -
HSV(B) 270.36º 0.48% 0.68% -
XYZ 21.05 15.52 41.93 -
YUV 113.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 133 91 174 0.24 0.48 0 0.32 270.36 0.34 0.52
Hex 85 5B AE 18 30 0 20 10E 22 34
Octal 205 133 256 30 60 0 40 416 42 64
Binary 10000101 1011011 10101110 11000 110000 0 100000 100001110 100010 110100

Color Harmonies of #855BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855BAE

Black with #855BAE

Text Example


Text Example

White with #855BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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