Html Css Color HEX #855895 Affair

📋 copy color: '#855895'

red 133 ◦ green 88 ◦ blue 149

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

Shades of Affair #855895

Tints of Affair #855895

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 value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855895 (or 0x855895) is known color: 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

RGB 133 88 149 -
CMYK 0.11 0.41 0 0.42
HSL 284.26º 0.26% 0.46% -
HSV(B) 284.26º 0.41% 0.58% -
XYZ 18.59 14.14 30.18 -
YUV 108.41 150.91 145.54 -
System Red Green Blue C M Y K H S L
Decimal 133 88 149 0.11 0.41 0 0.42 284.26 0.26 0.46
Hex 85 58 95 B 29 0 2A 11C 1A 2E
Octal 205 130 225 13 51 0 52 434 32 56
Binary 10000101 1011000 10010101 1011 101001 0 101010 100011100 11010 101110

Color Harmonies of #855895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855895

Black with #855895

Text Example


Text Example

White with #855895

Text Example


Text Example

HTML Codes & Css Web 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>