#855895

Color #855895 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #855895

Tints of Affair #855895

Color information

#855895 (or 0x855895) is unknown color: approx Affair. HEX triplet: 85, 58 and 95. RGB value is (133,88,149). Sum of RGB (Red+Green+Blue) = 133+88+149=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #855895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855895 is #7AA76A. Grayscale: #6C6C6C. Windows color (decimal): -8038251 or 9787525. OLE color: 9787525.

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

Color convert

RGB13388149-
CMYK0.110.4100.42
HSL284.26º25.74%46.47%-
HSV(B)284.26º40.94%58.43%-
XYZ18.5914.1430.18-
YUV108.41150.91145.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 149 (58.59% from 255) = 40.27%
R=35.95%
G=23.78%
B=40.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal133881490.110.4100.42284.2625.7446.47
Hex855895B2902A11c1a2e
Octal20513022513510524343256
Binary100001011011000100101011011101001010101010001110011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855895; }

 p { color: rgb(133,88,149); }

 H1.HeaderClassName
 {
   color: #855895;
 }
 .AnyTagClassName
 {
   color: #855895;
 }
</style>
background-color css

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

 a { background-color: rgb(133,88,149); }

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

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

 span { border-color: rgb(133,88,149); }

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