Html Css Color HEX #855EAC Ce Soir

📋 copy color: '#855EAC'

red 133 ◦ green 94 ◦ blue 172

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

Shades of Ce Soir #855EAC

Tints of Ce Soir #855EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 33.33%
G = 23.56%
B = 43.11%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#855EAC (or 0x855EAC) is known color: Ce Soir. HEX triplet: 85, 5E and AC. RGB value is (133,94,172). Sum of RGB (Red+Green+Blue) = 133+94+172=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #855EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855EAC is #7AA153. Grayscale: #727272. Windows color (decimal): -8036692 or 11296389. OLE color: 11296389.

HSL color Cylindrical-coordinate representation of color #855EAC: hue angle of 270º degrees, saturation: 0.32, 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 #855EAC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 94 172 -
CMYK 0.23 0.45 0 0.33
HSL 270º 0.32% 0.52% -
HSV(B) 270º 0.45% 0.67% -
XYZ 21.12 15.97 41 -
YUV 114.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 133 94 172 0.23 0.45 0 0.33 270 0.32 0.52
Hex 85 5E AC 17 2D 0 21 10E 20 34
Octal 205 136 254 27 55 0 41 416 40 64
Binary 10000101 1011110 10101100 10111 101101 0 100001 100001110 100000 110100

Color Harmonies of #855EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855EAC

Black with #855EAC

Text Example


Text Example

White with #855EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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