Html Css Color HEX #855FA4 Ce Soir

📋 copy color: '#855FA4'

red 133 ◦ green 95 ◦ blue 164

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

Shades of Ce Soir #855FA4

Tints of Ce Soir #855FA4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

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

R = 33.93%
G = 24.23%
B = 41.84%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#855FA4 (or 0x855FA4) is known color: Ce Soir. HEX triplet: 85, 5F and A4. RGB value is (133,95,164). Sum of RGB (Red+Green+Blue) = 133+95+164=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 164 (64.45% from 255 or 41.84% from 392); Max value from RGB is 164 - color contains mainly: blue. Hex color #855FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FA4 is #7AA05B. Grayscale: #717171. Windows color (decimal): -8036444 or 10772357. OLE color: 10772357.

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

Color convert

RGB 133 95 164 -
CMYK 0.19 0.42 0 0.36
HSL 273.04º 0.27% 0.51% -
HSV(B) 273.04º 0.42% 0.64% -
XYZ 20.47 15.85 37.1 -
YUV 114.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 133 95 164 0.19 0.42 0 0.36 273.04 0.27 0.51
Hex 85 5F A4 13 2A 0 24 111 1B 33
Octal 205 137 244 23 52 0 44 421 33 63
Binary 10000101 1011111 10100100 10011 101010 0 100100 100010001 11011 110011

Color Harmonies of #855FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FA4

Black with #855FA4

Text Example


Text Example

White with #855FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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