Html Css Color HEX #855693 Affair

📋 copy color: '#855693'

red 133 ◦ green 86 ◦ blue 147

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

Shades of Affair #855693

Tints of Affair #855693

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.5%

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

R = 36.34%
G = 23.5%
B = 40.16%

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

#855693 (or 0x855693) is known color: Affair. HEX triplet: 85, 56 and 93. RGB value is (133,86,147). Sum of RGB (Red+Green+Blue) = 133+86+147=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #855693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855693 is #7AA96C. Grayscale: #6A6A6A. Windows color (decimal): -8038765 or 9655941. OLE color: 9655941.

HSL color Cylindrical-coordinate representation of color #855693: hue angle of 286.23º 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 #855693 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 86 147 -
CMYK 0.10 0.41 0 0.42
HSL 286.23º 0.26% 0.46% -
HSV(B) 286.23º 0.41% 0.58% -
XYZ 18.27 13.75 29.29 -
YUV 107.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 133 86 147 0.10 0.41 0 0.42 286.23 0.26 0.46
Hex 85 56 93 A 29 0 2A 11E 1A 2E
Octal 205 126 223 12 51 0 52 436 32 56
Binary 10000101 1010110 10010011 1010 101001 0 101010 100011110 11010 101110

Color Harmonies of #855693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855693

Black with #855693

Text Example


Text Example

White with #855693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855693; }

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

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

background-color css

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

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

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

border-color css

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

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

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