Html Css Color HEX #855D93 Affair

📋 copy color: '#855D93'

red 133 ◦ green 93 ◦ blue 147

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

Shades of Affair #855D93

Tints of Affair #855D93

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.93%

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

R = 35.66%
G = 24.93%
B = 39.41%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#855D93 (or 0x855D93) is known color: Affair. HEX triplet: 85, 5D and 93. RGB value is (133,93,147). Sum of RGB (Red+Green+Blue) = 133+93+147=373 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.66% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #855D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855D93 is #7AA26C. Grayscale: #6E6E6E. Windows color (decimal): -8036973 or 9657733. OLE color: 9657733.

HSL color Cylindrical-coordinate representation of color #855D93: hue angle of 284.44º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855D93 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 93 147 -
CMYK 0.10 0.37 0 0.42
HSL 284.44º 0.23% 0.47% -
HSV(B) 284.44º 0.37% 0.58% -
XYZ 18.85 14.92 29.49 -
YUV 111.12 148.25 143.61 -
System Red Green Blue C M Y K H S L
Decimal 133 93 147 0.10 0.37 0 0.42 284.44 0.23 0.47
Hex 85 5D 93 A 25 0 2A 11C 16 2F
Octal 205 135 223 12 45 0 52 434 26 57
Binary 10000101 1011101 10010011 1010 100101 0 101010 100011100 10110 101111

Color Harmonies of #855D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D93

Black with #855D93

Text Example


Text Example

White with #855D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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