Html Css Color HEX #855695 Affair

📋 copy color: '#855695'

red 133 ◦ green 86 ◦ blue 149

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

Shades of Affair #855695

Tints of Affair #855695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 36.14%
G = 23.37%
B = 40.49%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855695 (or 0x855695) is known color: Affair. HEX triplet: 85, 56 and 95. RGB value is (133,86,149). Sum of RGB (Red+Green+Blue) = 133+86+149=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #855695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855695 is #7AA96A. Grayscale: #6B6B6B. Windows color (decimal): -8038763 or 9787013. OLE color: 9787013.

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

Color convert

RGB 133 86 149 -
CMYK 0.11 0.42 0 0.42
HSL 284.76º 0.27% 0.46% -
HSV(B) 284.76º 0.42% 0.58% -
XYZ 18.43 13.81 30.13 -
YUV 107.24 151.57 146.38 -
System Red Green Blue C M Y K H S L
Decimal 133 86 149 0.11 0.42 0 0.42 284.76 0.27 0.46
Hex 85 56 95 B 2A 0 2A 11D 1B 2E
Octal 205 126 225 13 52 0 52 435 33 56
Binary 10000101 1010110 10010101 1011 101010 0 101010 100011101 11011 101110

Color Harmonies of #855695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855695

Black with #855695

Text Example


Text Example

White with #855695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855695; }

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

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

background-color css

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

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

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

border-color css

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

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

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