Html Css Color HEX #855394 Affair

📋 copy color: '#855394'

red 133 ◦ green 83 ◦ blue 148

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

Shades of Affair #855394

Tints of Affair #855394

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 36.54%
G = 22.8%
B = 40.66%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855394 (or 0x855394) is known color: Affair. HEX triplet: 85, 53 and 94. RGB value is (133,83,148). Sum of RGB (Red+Green+Blue) = 133+83+148=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #855394 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855394 is #7AAC6B. Grayscale: #696969. Windows color (decimal): -8039532 or 9720709. OLE color: 9720709.

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

Color convert

RGB 133 83 148 -
CMYK 0.10 0.44 0 0.42
HSL 286.15º 0.28% 0.45% -
HSV(B) 286.15º 0.44% 0.58% -
XYZ 18.11 13.31 29.63 -
YUV 105.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 133 83 148 0.10 0.44 0 0.42 286.15 0.28 0.45
Hex 85 53 94 A 2C 0 2A 11E 1C 2D
Octal 205 123 224 12 54 0 52 436 34 55
Binary 10000101 1010011 10010100 1010 101100 0 101010 100011110 11100 101101

Color Harmonies of #855394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855394

Black with #855394

Text Example


Text Example

White with #855394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855394; }

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

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

background-color css

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

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

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

border-color css

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

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

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