Html Css Color HEX #855E98 Ce Soir

📋 copy color: '#855E98'

red 133 ◦ green 94 ◦ blue 152

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

Shades of Ce Soir #855E98

Tints of Ce Soir #855E98

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.8%

 BLUE value IS 152 (59.77% from 255) = 40.11%

R = 35.09%
G = 24.8%
B = 40.11%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#855E98 (or 0x855E98) is known color: Ce Soir. HEX triplet: 85, 5E and 98. RGB value is (133,94,152). Sum of RGB (Red+Green+Blue) = 133+94+152=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 94 (37.11% from 255 or 24.80% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #855E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855E98 is #7AA167. Grayscale: #707070. Windows color (decimal): -8036712 or 9985669. OLE color: 9985669.

HSL color Cylindrical-coordinate representation of color #855E98: hue angle of 280.34º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855E98 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 133 94 152 -
CMYK 0.13 0.38 0 0.40
HSL 280.34º 0.24% 0.48% -
HSV(B) 280.34º 0.38% 0.6% -
XYZ 19.34 15.26 31.63 -
YUV 112.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 133 94 152 0.13 0.38 0 0.40 280.34 0.24 0.48
Hex 85 5E 98 D 26 0 28 118 18 30
Octal 205 136 230 15 46 0 50 430 30 60
Binary 10000101 1011110 10011000 1101 100110 0 101000 100011000 11000 110000

Color Harmonies of #855E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E98

Black with #855E98

Text Example


Text Example

White with #855E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,94,152); }

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

background-color css

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

 a { background-color: rgb(133,94,152); }

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

border-color css

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

 span { border-color: rgb(133,94,152); }

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