Html Css Color HEX #855599 Affair

📋 copy color: '#855599'

red 133 ◦ green 85 ◦ blue 153

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

Shades of Affair #855599

Tints of Affair #855599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 35.85%
G = 22.91%
B = 41.24%

CMYK

 C value IS 0.13

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#855599 (or 0x855599) is known color: Affair. HEX triplet: 85, 55 and 99. RGB value is (133,85,153). Sum of RGB (Red+Green+Blue) = 133+85+153=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #855599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855599 is #7AAA66. Grayscale: #6A6A6A. Windows color (decimal): -8039015 or 10048901. OLE color: 10048901.

HSL color Cylindrical-coordinate representation of color #855599: hue angle of 282.35º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855599 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 85 153 -
CMYK 0.13 0.44 0 0.4
HSL 282.35º 0.29% 0.47% -
HSV(B) 282.35º 0.44% 0.6% -
XYZ 18.67 13.78 31.81 -
YUV 107.1 153.9 146.47 -
System Red Green Blue C M Y K H S L
Decimal 133 85 153 0.13 0.44 0 0.4 282.35 0.29 0.47
Hex 85 55 99 D 2C 0 28 11A 1D 2F
Octal 205 125 231 15 54 0 50 432 35 57
Binary 10000101 1010101 10011001 1101 101100 0 101000 100011010 11101 101111

Color Harmonies of #855599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855599

Black with #855599

Text Example


Text Example

White with #855599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855599; }

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

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

background-color css

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

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

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

border-color css

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

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

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