Html Css Color HEX #855CAE Ce Soir

📋 copy color: '#855CAE'

red 133 ◦ green 92 ◦ blue 174

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

Shades of Ce Soir #855CAE

Tints of Ce Soir #855CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

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

R = 33.33%
G = 23.06%
B = 43.61%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#855CAE (or 0x855CAE) is known color: Ce Soir. HEX triplet: 85, 5C and AE. RGB value is (133,92,174). Sum of RGB (Red+Green+Blue) = 133+92+174=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #855CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855CAE is #7AA351. Grayscale: #717171. Windows color (decimal): -8037202 or 11426949. OLE color: 11426949.

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

Color convert

RGB 133 92 174 -
CMYK 0.24 0.47 0 0.32
HSL 270º 0.34% 0.52% -
HSV(B) 270º 0.47% 0.68% -
XYZ 21.14 15.7 41.96 -
YUV 113.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 133 92 174 0.24 0.47 0 0.32 270 0.34 0.52
Hex 85 5C AE 18 2F 0 20 10E 22 34
Octal 205 134 256 30 57 0 40 416 42 64
Binary 10000101 1011100 10101110 11000 101111 0 100000 100001110 100010 110100

Color Harmonies of #855CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855CAE

Black with #855CAE

Text Example


Text Example

White with #855CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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