Html Css Color HEX #855DAA Ce Soir

📋 copy color: '#855DAA'

red 133 ◦ green 93 ◦ blue 170

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

Shades of Ce Soir #855DAA

Tints of Ce Soir #855DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.93%

R = 33.59%
G = 23.48%
B = 42.93%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#855DAA (or 0x855DAA) is known color: Ce Soir. HEX triplet: 85, 5D and AA. RGB value is (133,93,170). Sum of RGB (Red+Green+Blue) = 133+93+170=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #855DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DAA is #7AA255. Grayscale: #717171. Windows color (decimal): -8036950 or 11165061. OLE color: 11165061.

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

Color convert

RGB 133 93 170 -
CMYK 0.22 0.45 0 0.33
HSL 271.17º 0.31% 0.52% -
HSV(B) 271.17º 0.45% 0.67% -
XYZ 20.84 15.72 39.97 -
YUV 113.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 133 93 170 0.22 0.45 0 0.33 271.17 0.31 0.52
Hex 85 5D AA 16 2D 0 21 10F 1F 34
Octal 205 135 252 26 55 0 41 417 37 64
Binary 10000101 1011101 10101010 10110 101101 0 100001 100001111 11111 110100

Color Harmonies of #855DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DAA

Black with #855DAA

Text Example


Text Example

White with #855DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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