Html Css Color HEX #855C97 Affair

📋 copy color: '#855C97'

red 133 ◦ green 92 ◦ blue 151

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

Shades of Affair #855C97

Tints of Affair #855C97

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.47%

 BLUE value IS 151 (59.38% from 255) = 40.16%

R = 35.37%
G = 24.47%
B = 40.16%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#855C97 (or 0x855C97) is known color: Affair. HEX triplet: 85, 5C and 97. RGB value is (133,92,151). Sum of RGB (Red+Green+Blue) = 133+92+151=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 92 (36.33% from 255 or 24.47% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #855C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C97 is #7AA368. Grayscale: #6E6E6E. Windows color (decimal): -8037225 or 9919621. OLE color: 9919621.

HSL color Cylindrical-coordinate representation of color #855C97: hue angle of 281.69º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #855C97 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 92 151 -
CMYK 0.12 0.39 0 0.41
HSL 281.69º 0.24% 0.48% -
HSV(B) 281.69º 0.39% 0.59% -
XYZ 19.09 14.88 31.14 -
YUV 110.99 150.58 143.7 -
System Red Green Blue C M Y K H S L
Decimal 133 92 151 0.12 0.39 0 0.41 281.69 0.24 0.48
Hex 85 5C 97 C 27 0 29 11A 18 30
Octal 205 134 227 14 47 0 51 432 30 60
Binary 10000101 1011100 10010111 1100 100111 0 101001 100011010 11000 110000

Color Harmonies of #855C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C97

Black with #855C97

Text Example


Text Example

White with #855C97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,92,151); }

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

background-color css

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

 a { background-color: rgb(133,92,151); }

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

border-color css

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

 span { border-color: rgb(133,92,151); }

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