Html Css Color HEX #855793 Affair

📋 copy color: '#855793'

red 133 ◦ green 87 ◦ blue 147

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

Shades of Affair #855793

Tints of Affair #855793

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.71%

 BLUE value IS 147 (57.81% from 255) = 40.05%

R = 36.24%
G = 23.71%
B = 40.05%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855793 (or 0x855793) is known color: Affair. HEX triplet: 85, 57 and 93. RGB value is (133,87,147). Sum of RGB (Red+Green+Blue) = 133+87+147=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #855793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855793 is #7AA86C. Grayscale: #6B6B6B. Windows color (decimal): -8038509 or 9656197. OLE color: 9656197.

HSL color Cylindrical-coordinate representation of color #855793: hue angle of 286º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #855793 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 87 147 -
CMYK 0.10 0.41 0 0.42
HSL 286º 0.26% 0.46% -
HSV(B) 286º 0.41% 0.58% -
XYZ 18.35 13.91 29.32 -
YUV 107.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 133 87 147 0.10 0.41 0 0.42 286 0.26 0.46
Hex 85 57 93 A 29 0 2A 11E 1A 2E
Octal 205 127 223 12 51 0 52 436 32 56
Binary 10000101 1010111 10010011 1010 101001 0 101010 100011110 11010 101110

Color Harmonies of #855793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855793

Black with #855793

Text Example


Text Example

White with #855793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855793; }

 p { color: rgb(133,87,147); }

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

background-color css

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

 a { background-color: rgb(133,87,147); }

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

border-color css

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

 span { border-color: rgb(133,87,147); }

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