Html Css Color HEX #855FA6 Ce Soir

📋 copy color: '#855FA6'

red 133 ◦ green 95 ◦ blue 166

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

Shades of Ce Soir #855FA6

Tints of Ce Soir #855FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

 BLUE value IS 166 (65.23% from 255) = 42.13%

R = 33.76%
G = 24.11%
B = 42.13%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#855FA6 (or 0x855FA6) is known color: Ce Soir. HEX triplet: 85, 5F and A6. RGB value is (133,95,166). Sum of RGB (Red+Green+Blue) = 133+95+166=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 166 (65.23% from 255 or 42.13% from 394); Max value from RGB is 166 - color contains mainly: blue. Hex color #855FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855FA6 is #7AA059. Grayscale: #727272. Windows color (decimal): -8036442 or 10903429. OLE color: 10903429.

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

Color convert

RGB 133 95 166 -
CMYK 0.20 0.43 0 0.35
HSL 272.11º 0.29% 0.51% -
HSV(B) 272.11º 0.43% 0.65% -
XYZ 20.65 15.92 38.06 -
YUV 114.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 133 95 166 0.20 0.43 0 0.35 272.11 0.29 0.51
Hex 85 5F A6 14 2B 0 23 110 1D 33
Octal 205 137 246 24 53 0 43 420 35 63
Binary 10000101 1011111 10100110 10100 101011 0 100011 100010000 11101 110011

Color Harmonies of #855FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855FA6

Black with #855FA6

Text Example


Text Example

White with #855FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,95,166); }

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

background-color css

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

 a { background-color: rgb(133,95,166); }

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

border-color css

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

 span { border-color: rgb(133,95,166); }

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