Html Css Color HEX #815599 Affair

📋 copy color: '#815599'

red 129 ◦ green 85 ◦ blue 153

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

Shades of Affair #815599

Tints of Affair #815599

RGB

 RED value IS 129 (50.78% from 255) = 35.15%

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

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

R = 35.15%
G = 23.16%
B = 41.69%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#815599 (or 0x815599) is known color: Affair. HEX triplet: 81, 55 and 99. RGB value is (129,85,153). Sum of RGB (Red+Green+Blue) = 129+85+153=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #815599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815599 is #7EAA66. Grayscale: #696969. Windows color (decimal): -8301159 or 10048897. OLE color: 10048897.

HSL color Cylindrical-coordinate representation of color #815599: hue angle of 278.82º 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 #815599 is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 129 85 153 -
CMYK 0.16 0.44 0 0.4
HSL 278.82º 0.29% 0.47% -
HSV(B) 278.82º 0.44% 0.6% -
XYZ 18.05 13.46 31.78 -
YUV 105.91 154.58 144.47 -
System Red Green Blue C M Y K H S L
Decimal 129 85 153 0.16 0.44 0 0.4 278.82 0.29 0.47
Hex 81 55 99 10 2C 0 28 117 1D 2F
Octal 201 125 231 20 54 0 50 427 35 57
Binary 10000001 1010101 10011001 10000 101100 0 101000 100010111 11101 101111

Color Harmonies of #815599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815599

Black with #815599

Text Example


Text Example

White with #815599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815599; }

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

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

background-color css

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

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

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

border-color css

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

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

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