Html Css Color HEX #855DA5 Ce Soir

📋 copy color: '#855DA5'

red 133 ◦ green 93 ◦ blue 165

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

Shades of Ce Soir #855DA5

Tints of Ce Soir #855DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.2%

R = 34.02%
G = 23.79%
B = 42.2%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#855DA5 (or 0x855DA5) is known color: Ce Soir. HEX triplet: 85, 5D and A5. RGB value is (133,93,165). Sum of RGB (Red+Green+Blue) = 133+93+165=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 165 - color contains mainly: blue. Hex color #855DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855DA5 is #7AA25A. Grayscale: #707070. Windows color (decimal): -8036955 or 10837381. OLE color: 10837381.

HSL color Cylindrical-coordinate representation of color #855DA5: hue angle of 273.33º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855DA5 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 133 93 165 -
CMYK 0.19 0.44 0 0.35
HSL 273.33º 0.29% 0.51% -
HSV(B) 273.33º 0.44% 0.65% -
XYZ 20.38 15.53 37.52 -
YUV 113.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 133 93 165 0.19 0.44 0 0.35 273.33 0.29 0.51
Hex 85 5D A5 13 2C 0 23 111 1D 33
Octal 205 135 245 23 54 0 43 421 35 63
Binary 10000101 1011101 10100101 10011 101100 0 100011 100010001 11101 110011

Color Harmonies of #855DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855DA5

Black with #855DA5

Text Example


Text Example

White with #855DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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