Html Css Color HEX #855594 Affair

📋 copy color: '#855594'

red 133 ◦ green 85 ◦ blue 148

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

Shades of Affair #855594

Tints of Affair #855594

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

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

R = 36.34%
G = 23.22%
B = 40.44%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855594 (or 0x855594) is known color: Affair. HEX triplet: 85, 55 and 94. RGB value is (133,85,148). Sum of RGB (Red+Green+Blue) = 133+85+148=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #855594 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855594 is #7AAA6B. Grayscale: #6A6A6A. Windows color (decimal): -8039020 or 9721221. OLE color: 9721221.

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

Color convert

RGB 133 85 148 -
CMYK 0.10 0.43 0 0.42
HSL 285.71º 0.27% 0.46% -
HSV(B) 285.71º 0.43% 0.58% -
XYZ 18.27 13.62 29.68 -
YUV 106.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 133 85 148 0.10 0.43 0 0.42 285.71 0.27 0.46
Hex 85 55 94 A 2B 0 2A 11E 1B 2E
Octal 205 125 224 12 53 0 52 436 33 56
Binary 10000101 1010101 10010100 1010 101011 0 101010 100011110 11011 101110

Color Harmonies of #855594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855594

Black with #855594

Text Example


Text Example

White with #855594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855594; }

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

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

background-color css

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

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

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

border-color css

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

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

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