Html Css Color HEX #855B98 Affair

📋 copy color: '#855B98'

red 133 ◦ green 91 ◦ blue 152

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

Shades of Affair #855B98

Tints of Affair #855B98

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.2%

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 35.37%
G = 24.2%
B = 40.43%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#855B98 (or 0x855B98) is known color: Affair. HEX triplet: 85, 5B and 98. RGB value is (133,91,152). Sum of RGB (Red+Green+Blue) = 133+91+152=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 91 (35.94% from 255 or 24.20% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #855B98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855B98 is #7AA467. Grayscale: #6E6E6E. Windows color (decimal): -8037480 or 9984901. OLE color: 9984901.

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

Color convert

RGB 133 91 152 -
CMYK 0.13 0.40 0 0.40
HSL 281.31º 0.25% 0.48% -
HSV(B) 281.31º 0.4% 0.6% -
XYZ 19.08 14.74 31.54 -
YUV 110.51 151.41 144.04 -
System Red Green Blue C M Y K H S L
Decimal 133 91 152 0.13 0.40 0 0.40 281.31 0.25 0.48
Hex 85 5B 98 D 28 0 28 119 19 30
Octal 205 133 230 15 50 0 50 431 31 60
Binary 10000101 1011011 10011000 1101 101000 0 101000 100011001 11001 110000

Color Harmonies of #855B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855B98

Black with #855B98

Text Example


Text Example

White with #855B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855B98; }

 p { color: rgb(133,91,152); }

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

background-color css

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

 a { background-color: rgb(133,91,152); }

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

border-color css

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

 span { border-color: rgb(133,91,152); }

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