Html Css Color HEX #855294 Affair

📋 copy color: '#855294'

red 133 ◦ green 82 ◦ blue 148

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

Shades of Affair #855294

Tints of Affair #855294

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 36.64%
G = 22.59%
B = 40.77%

CMYK

 C value IS 0.10

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855294 (or 0x855294) is known color: Affair. HEX triplet: 85, 52 and 94. RGB value is (133,82,148). Sum of RGB (Red+Green+Blue) = 133+82+148=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #855294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855294 is #7AAD6B. Grayscale: #686868. Windows color (decimal): -8039788 or 9720453. OLE color: 9720453.

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

Color convert

RGB 133 82 148 -
CMYK 0.10 0.45 0 0.42
HSL 286.36º 0.29% 0.45% -
HSV(B) 286.36º 0.45% 0.58% -
XYZ 18.04 13.16 29.61 -
YUV 104.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 133 82 148 0.10 0.45 0 0.42 286.36 0.29 0.45
Hex 85 52 94 A 2D 0 2A 11E 1D 2D
Octal 205 122 224 12 55 0 52 436 35 55
Binary 10000101 1010010 10010100 1010 101101 0 101010 100011110 11101 101101

Color Harmonies of #855294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855294

Black with #855294

Text Example


Text Example

White with #855294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855294; }

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

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

background-color css

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

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

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

border-color css

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

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

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