Html Css Color HEX #855894 Affair

📋 copy color: '#855894'

red 133 ◦ green 88 ◦ blue 148

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

Shades of Affair #855894

Tints of Affair #855894

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.85%

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

R = 36.04%
G = 23.85%
B = 40.11%

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

#855894 (or 0x855894) is known color: Affair. HEX triplet: 85, 58 and 94. RGB value is (133,88,148). Sum of RGB (Red+Green+Blue) = 133+88+148=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #855894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855894 is #7AA76B. Grayscale: #6C6C6C. Windows color (decimal): -8038252 or 9721989. OLE color: 9721989.

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

Color convert

RGB 133 88 148 -
CMYK 0.10 0.41 0 0.42
HSL 285º 0.25% 0.46% -
HSV(B) 285º 0.41% 0.58% -
XYZ 18.51 14.1 29.76 -
YUV 108.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 133 88 148 0.10 0.41 0 0.42 285 0.25 0.46
Hex 85 58 94 A 29 0 2A 11D 19 2E
Octal 205 130 224 12 51 0 52 435 31 56
Binary 10000101 1011000 10010100 1010 101001 0 101010 100011101 11001 101110

Color Harmonies of #855894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855894

Black with #855894

Text Example


Text Example

White with #855894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855894; }

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

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

background-color css

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

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

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

border-color css

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

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

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