Html Css Color HEX #855C92 Affair

📋 copy color: '#855C92'

red 133 ◦ green 92 ◦ blue 146

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

Shades of Affair #855C92

Tints of Affair #855C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 35.85%
G = 24.8%
B = 39.35%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#855C92 (or 0x855C92) is known color: Affair. HEX triplet: 85, 5C and 92. RGB value is (133,92,146). Sum of RGB (Red+Green+Blue) = 133+92+146=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 146 - color contains mainly: blue. Hex color #855C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855C92 is #7AA36D. Grayscale: #6E6E6E. Windows color (decimal): -8037230 or 9591941. OLE color: 9591941.

HSL color Cylindrical-coordinate representation of color #855C92: hue angle of 285.56º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855C92 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 92 146 -
CMYK 0.09 0.37 0 0.43
HSL 285.56º 0.23% 0.47% -
HSV(B) 285.56º 0.37% 0.57% -
XYZ 18.69 14.72 29.05 -
YUV 110.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 133 92 146 0.09 0.37 0 0.43 285.56 0.23 0.47
Hex 85 5C 92 9 25 0 2B 11E 17 2F
Octal 205 134 222 11 45 0 53 436 27 57
Binary 10000101 1011100 10010010 1001 100101 0 101011 100011110 10111 101111

Color Harmonies of #855C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C92

Black with #855C92

Text Example


Text Example

White with #855C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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