Html Css Color HEX #856394 Ce Soir

📋 copy color: '#856394'

red 133 ◦ green 99 ◦ blue 148

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

Shades of Ce Soir #856394

Tints of Ce Soir #856394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.05%

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 35%
G = 26.05%
B = 38.95%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#856394 (or 0x856394) is known color: Ce Soir. HEX triplet: 85, 63 and 94. RGB value is (133,99,148). Sum of RGB (Red+Green+Blue) = 133+99+148=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 148 - color contains mainly: blue. Hex color #856394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856394 is #7A9C6B. Grayscale: #727272. Windows color (decimal): -8035436 or 9724805. OLE color: 9724805.

HSL color Cylindrical-coordinate representation of color #856394: hue angle of 281.63º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #856394 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 99 148 -
CMYK 0.10 0.33 0 0.42
HSL 281.63º 0.2% 0.48% -
HSV(B) 281.63º 0.33% 0.58% -
XYZ 19.48 16.05 30.09 -
YUV 114.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 133 99 148 0.10 0.33 0 0.42 281.63 0.2 0.48
Hex 85 63 94 A 21 0 2A 11A 14 30
Octal 205 143 224 12 41 0 52 432 24 60
Binary 10000101 1100011 10010100 1010 100001 0 101010 100011010 10100 110000

Color Harmonies of #856394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856394

Black with #856394

Text Example


Text Example

White with #856394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856394; }

 p { color: rgb(133,99,148); }

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

background-color css

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

 a { background-color: rgb(133,99,148); }

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

border-color css

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

 span { border-color: rgb(133,99,148); }

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