Html Css Color HEX #855794 Affair

📋 copy color: '#855794'

red 133 ◦ green 87 ◦ blue 148

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

Shades of Affair #855794

Tints of Affair #855794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 36.14%
G = 23.64%
B = 40.22%

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

#855794 (or 0x855794) is known color: Affair. HEX triplet: 85, 57 and 94. RGB value is (133,87,148). Sum of RGB (Red+Green+Blue) = 133+87+148=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #855794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855794 is #7AA86B. Grayscale: #6B6B6B. Windows color (decimal): -8038508 or 9721733. OLE color: 9721733.

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

Color convert

RGB 133 87 148 -
CMYK 0.10 0.41 0 0.42
HSL 285.25º 0.26% 0.46% -
HSV(B) 285.25º 0.41% 0.58% -
XYZ 18.43 13.94 29.74 -
YUV 107.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 133 87 148 0.10 0.41 0 0.42 285.25 0.26 0.46
Hex 85 57 94 A 29 0 2A 11D 1A 2E
Octal 205 127 224 12 51 0 52 435 32 56
Binary 10000101 1010111 10010100 1010 101001 0 101010 100011101 11010 101110

Color Harmonies of #855794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855794

Black with #855794

Text Example


Text Example

White with #855794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855794; }

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

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

background-color css

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

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

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

border-color css

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

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

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