Html Css Color HEX #855DAE Ce Soir

📋 copy color: '#855DAE'

red 133 ◦ green 93 ◦ blue 174

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

Shades of Ce Soir #855DAE

Tints of Ce Soir #855DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.25%

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

R = 33.25%
G = 23.25%
B = 43.5%

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

#855DAE (or 0x855DAE) is known color: Ce Soir. HEX triplet: 85, 5D and AE. RGB value is (133,93,174). Sum of RGB (Red+Green+Blue) = 133+93+174=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #855DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DAE is #7AA251. Grayscale: #717171. Windows color (decimal): -8036946 or 11427205. OLE color: 11427205.

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

Color convert

RGB 133 93 174 -
CMYK 0.24 0.47 0 0.32
HSL 269.63º 0.33% 0.52% -
HSV(B) 269.63º 0.47% 0.68% -
XYZ 21.23 15.87 41.99 -
YUV 114.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 133 93 174 0.24 0.47 0 0.32 269.63 0.33 0.52
Hex 85 5D AE 18 2F 0 20 10E 21 34
Octal 205 135 256 30 57 0 40 416 41 64
Binary 10000101 1011101 10101110 11000 101111 0 100000 100001110 100001 110100

Color Harmonies of #855DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DAE

Black with #855DAE

Text Example


Text Example

White with #855DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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