Html Css Color HEX #855EA4 Ce Soir

📋 copy color: '#855EA4'

red 133 ◦ green 94 ◦ blue 164

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

Shades of Ce Soir #855EA4

Tints of Ce Soir #855EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 34.02%
G = 24.04%
B = 41.94%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#855EA4 (or 0x855EA4) is known color: Ce Soir. HEX triplet: 85, 5E and A4. RGB value is (133,94,164). Sum of RGB (Red+Green+Blue) = 133+94+164=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 164 - color contains mainly: blue. Hex color #855EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EA4 is #7AA15B. Grayscale: #717171. Windows color (decimal): -8036700 or 10772101. OLE color: 10772101.

HSL color Cylindrical-coordinate representation of color #855EA4: hue angle of 273.43º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #855EA4 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 133 94 164 -
CMYK 0.19 0.43 0 0.36
HSL 273.43º 0.28% 0.51% -
HSV(B) 273.43º 0.43% 0.64% -
XYZ 20.38 15.67 37.07 -
YUV 113.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 133 94 164 0.19 0.43 0 0.36 273.43 0.28 0.51
Hex 85 5E A4 13 2B 0 24 111 1C 33
Octal 205 136 244 23 53 0 44 421 34 63
Binary 10000101 1011110 10100100 10011 101011 0 100100 100010001 11100 110011

Color Harmonies of #855EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EA4

Black with #855EA4

Text Example


Text Example

White with #855EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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