Html Css Color HEX #855592 Affair

📋 copy color: '#855592'

red 133 ◦ green 85 ◦ blue 146

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

Shades of Affair #855592

Tints of Affair #855592

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

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

R = 36.54%
G = 23.35%
B = 40.11%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#855592 (or 0x855592) is known color: Affair. HEX triplet: 85, 55 and 92. RGB value is (133,85,146). Sum of RGB (Red+Green+Blue) = 133+85+146=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #855592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855592 is #7AAA6D. Grayscale: #6A6A6A. Windows color (decimal): -8039022 or 9590149. OLE color: 9590149.

HSL color Cylindrical-coordinate representation of color #855592: hue angle of 287.21º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #855592 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 85 146 -
CMYK 0.09 0.42 0 0.43
HSL 287.21º 0.26% 0.45% -
HSV(B) 287.21º 0.42% 0.57% -
XYZ 18.11 13.56 28.86 -
YUV 106.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 133 85 146 0.09 0.42 0 0.43 287.21 0.26 0.45
Hex 85 55 92 9 2A 0 2B 11F 1A 2D
Octal 205 125 222 11 52 0 53 437 32 55
Binary 10000101 1010101 10010010 1001 101010 0 101011 100011111 11010 101101

Color Harmonies of #855592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855592

Black with #855592

Text Example


Text Example

White with #855592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855592; }

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

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

background-color css

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

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

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

border-color css

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

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

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