Html Css Color HEX #855F9C Ce Soir

📋 copy color: '#855F9C'

red 133 ◦ green 95 ◦ blue 156

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

Shades of Ce Soir #855F9C

Tints of Ce Soir #855F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.63%

R = 34.64%
G = 24.74%
B = 40.63%

CMYK

 C value IS 0.15

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#855F9C (or 0x855F9C) is known color: Ce Soir. HEX triplet: 85, 5F and 9C. RGB value is (133,95,156). Sum of RGB (Red+Green+Blue) = 133+95+156=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 156 - color contains mainly: blue. Hex color #855F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855F9C is #7AA063. Grayscale: #717171. Windows color (decimal): -8036452 or 10248069. OLE color: 10248069.

HSL color Cylindrical-coordinate representation of color #855F9C: hue angle of 277.38º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855F9C is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 95 156 -
CMYK 0.15 0.39 0 0.39
HSL 277.38º 0.24% 0.49% -
HSV(B) 277.38º 0.39% 0.61% -
XYZ 19.77 15.57 33.42 -
YUV 113.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 133 95 156 0.15 0.39 0 0.39 277.38 0.24 0.49
Hex 85 5F 9C F 27 0 27 115 18 31
Octal 205 137 234 17 47 0 47 425 30 61
Binary 10000101 1011111 10011100 1111 100111 0 100111 100010101 11000 110001

Color Harmonies of #855F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855F9C

Black with #855F9C

Text Example


Text Example

White with #855F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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