Html Css Color HEX #855893 Affair

📋 copy color: '#855893'

red 133 ◦ green 88 ◦ blue 147

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

Shades of Affair #855893

Tints of Affair #855893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.91%

 BLUE value IS 147 (57.81% from 255) = 39.95%

R = 36.14%
G = 23.91%
B = 39.95%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855893 (or 0x855893) is known color: Affair. HEX triplet: 85, 58 and 93. RGB value is (133,88,147). Sum of RGB (Red+Green+Blue) = 133+88+147=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #855893 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855893 is #7AA76C. Grayscale: #6B6B6B. Windows color (decimal): -8038253 or 9656453. OLE color: 9656453.

HSL color Cylindrical-coordinate representation of color #855893: hue angle of 285.76º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855893 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 88 147 -
CMYK 0.10 0.40 0 0.42
HSL 285.76º 0.25% 0.46% -
HSV(B) 285.76º 0.4% 0.58% -
XYZ 18.43 14.07 29.35 -
YUV 108.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 133 88 147 0.10 0.40 0 0.42 285.76 0.25 0.46
Hex 85 58 93 A 28 0 2A 11E 19 2E
Octal 205 130 223 12 50 0 52 436 31 56
Binary 10000101 1011000 10010011 1010 101000 0 101010 100011110 11001 101110

Color Harmonies of #855893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855893

Black with #855893

Text Example


Text Example

White with #855893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855893; }

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

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

background-color css

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

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

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

border-color css

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

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

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