Html Css Color HEX #855199 Affair

📋 copy color: '#855199'

red 133 ◦ green 81 ◦ blue 153

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

Shades of Affair #855199

Tints of Affair #855199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.07%

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

R = 36.24%
G = 22.07%
B = 41.69%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#855199 (or 0x855199) is known color: Affair. HEX triplet: 85, 51 and 99. RGB value is (133,81,153). Sum of RGB (Red+Green+Blue) = 133+81+153=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 81 (32.03% from 255 or 22.07% 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 #855199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855199 is #7AAE66. Grayscale: #686868. Windows color (decimal): -8040039 or 10047877. OLE color: 10047877.

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

Color convert

RGB 133 81 153 -
CMYK 0.13 0.47 0 0.4
HSL 283.33º 0.31% 0.46% -
HSV(B) 283.33º 0.47% 0.6% -
XYZ 18.37 13.17 31.71 -
YUV 104.76 155.23 148.15 -
System Red Green Blue C M Y K H S L
Decimal 133 81 153 0.13 0.47 0 0.4 283.33 0.31 0.46
Hex 85 51 99 D 2F 0 28 11B 1F 2E
Octal 205 121 231 15 57 0 50 433 37 56
Binary 10000101 1010001 10011001 1101 101111 0 101000 100011011 11111 101110

Color Harmonies of #855199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855199

Black with #855199

Text Example


Text Example

White with #855199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855199; }

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

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

background-color css

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

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

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

border-color css

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

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

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