Html Css Color HEX #855399 Affair

📋 copy color: '#855399'

red 133 ◦ green 83 ◦ blue 153

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

Shades of Affair #855399

Tints of Affair #855399

RGB

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

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

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

R = 36.04%
G = 22.49%
B = 41.46%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#855399 (or 0x855399) is known color: Affair. HEX triplet: 85, 53 and 99. RGB value is (133,83,153). Sum of RGB (Red+Green+Blue) = 133+83+153=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #855399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855399 is #7AAC66. Grayscale: #696969. Windows color (decimal): -8039527 or 10048389. OLE color: 10048389.

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

Color convert

RGB 133 83 153 -
CMYK 0.13 0.46 0 0.4
HSL 282.86º 0.3% 0.46% -
HSV(B) 282.86º 0.46% 0.6% -
XYZ 18.52 13.47 31.76 -
YUV 105.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 133 83 153 0.13 0.46 0 0.4 282.86 0.3 0.46
Hex 85 53 99 D 2E 0 28 11B 1E 2E
Octal 205 123 231 15 56 0 50 433 36 56
Binary 10000101 1010011 10011001 1101 101110 0 101000 100011011 11110 101110

Color Harmonies of #855399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855399

Black with #855399

Text Example


Text Example

White with #855399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855399; }

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

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

background-color css

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

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

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

border-color css

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

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

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