Html Css Color HEX #855196 Affair

📋 copy color: '#855196'

red 133 ◦ green 81 ◦ blue 150

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

Shades of Affair #855196

Tints of Affair #855196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.21%

R = 36.54%
G = 22.25%
B = 41.21%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#855196 (or 0x855196) is known color: Affair. HEX triplet: 85, 51 and 96. RGB value is (133,81,150). Sum of RGB (Red+Green+Blue) = 133+81+150=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #855196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855196 is #7AAE69. Grayscale: #686868. Windows color (decimal): -8040042 or 9851269. OLE color: 9851269.

HSL color Cylindrical-coordinate representation of color #855196: hue angle of 285.22º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855196 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 133 81 150 -
CMYK 0.11 0.46 0 0.41
HSL 285.22º 0.3% 0.45% -
HSV(B) 285.22º 0.46% 0.59% -
XYZ 18.12 13.07 30.42 -
YUV 104.41 153.73 148.39 -
System Red Green Blue C M Y K H S L
Decimal 133 81 150 0.11 0.46 0 0.41 285.22 0.3 0.45
Hex 85 51 96 B 2E 0 29 11D 1E 2D
Octal 205 121 226 13 56 0 51 435 36 55
Binary 10000101 1010001 10010110 1011 101110 0 101001 100011101 11110 101101

Color Harmonies of #855196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855196

Black with #855196

Text Example


Text Example

White with #855196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855196; }

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

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

background-color css

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

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

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

border-color css

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

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

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