Html Css Color HEX #855393 Affair

📋 copy color: '#855393'

red 133 ◦ green 83 ◦ blue 147

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

Shades of Affair #855393

Tints of Affair #855393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

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

R = 36.64%
G = 22.87%
B = 40.5%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855393 (or 0x855393) is known color: Affair. HEX triplet: 85, 53 and 93. RGB value is (133,83,147). Sum of RGB (Red+Green+Blue) = 133+83+147=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #855393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855393 is #7AAC6C. Grayscale: #696969. Windows color (decimal): -8039533 or 9655173. OLE color: 9655173.

HSL color Cylindrical-coordinate representation of color #855393: hue angle of 286.88º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855393 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 83 147 -
CMYK 0.10 0.44 0 0.42
HSL 286.88º 0.28% 0.45% -
HSV(B) 286.88º 0.44% 0.58% -
XYZ 18.03 13.28 29.22 -
YUV 105.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 133 83 147 0.10 0.44 0 0.42 286.88 0.28 0.45
Hex 85 53 93 A 2C 0 2A 11F 1C 2D
Octal 205 123 223 12 54 0 52 437 34 55
Binary 10000101 1010011 10010011 1010 101100 0 101010 100011111 11100 101101

Color Harmonies of #855393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855393

Black with #855393

Text Example


Text Example

White with #855393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855393; }

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

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

background-color css

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

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

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

border-color css

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

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

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