Html Css Color HEX #855EAA Ce Soir

📋 copy color: '#855EAA'

red 133 ◦ green 94 ◦ blue 170

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

Shades of Ce Soir #855EAA

Tints of Ce Soir #855EAA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.68%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 33.5%
G = 23.68%
B = 42.82%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#855EAA (or 0x855EAA) is known color: Ce Soir. HEX triplet: 85, 5E and AA. RGB value is (133,94,170). Sum of RGB (Red+Green+Blue) = 133+94+170=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #855EAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EAA is #7AA155. Grayscale: #727272. Windows color (decimal): -8036694 or 11165317. OLE color: 11165317.

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

Color convert

RGB 133 94 170 -
CMYK 0.22 0.45 0 0.33
HSL 270.79º 0.31% 0.52% -
HSV(B) 270.79º 0.45% 0.67% -
XYZ 20.93 15.89 39.99 -
YUV 114.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 133 94 170 0.22 0.45 0 0.33 270.79 0.31 0.52
Hex 85 5E AA 16 2D 0 21 10F 1F 34
Octal 205 136 252 26 55 0 41 417 37 64
Binary 10000101 1011110 10101010 10110 101101 0 100001 100001111 11111 110100

Color Harmonies of #855EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EAA

Black with #855EAA

Text Example


Text Example

White with #855EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,170); }

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

background-color css

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

 a { background-color: rgb(133,94,170); }

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

border-color css

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

 span { border-color: rgb(133,94,170); }

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