Html Css Color HEX #805C93 Affair

📋 copy color: '#805C93'

red 128 ◦ green 92 ◦ blue 147

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

Shades of Affair #805C93

Tints of Affair #805C93

RGB

 RED value IS 128 (50.39% from 255) = 34.88%

 GREEN value IS 92 (36.33% from 255) = 25.07%

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

R = 34.88%
G = 25.07%
B = 40.05%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#805C93 (or 0x805C93) is known color: Affair. HEX triplet: 80, 5C and 93. RGB value is (128,92,147). Sum of RGB (Red+Green+Blue) = 128+92+147=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 147 (57.81% from 255 or 40.05% from 367); Max value from RGB is 147 - color contains mainly: blue. Hex color #805C93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805C93 is #7FA36C. Grayscale: #6C6C6C. Windows color (decimal): -8364909 or 9657472. OLE color: 9657472.

HSL color Cylindrical-coordinate representation of color #805C93: hue angle of 279.27º degrees, saturation: 0.23, 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 #805C93 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 92 147 -
CMYK 0.13 0.37 0 0.42
HSL 279.27º 0.23% 0.47% -
HSV(B) 279.27º 0.37% 0.58% -
XYZ 18 14.35 29.43 -
YUV 109.03 149.43 141.53 -
System Red Green Blue C M Y K H S L
Decimal 128 92 147 0.13 0.37 0 0.42 279.27 0.23 0.47
Hex 80 5C 93 D 25 0 2A 117 17 2F
Octal 200 134 223 15 45 0 52 427 27 57
Binary 10000000 1011100 10010011 1101 100101 0 101010 100010111 10111 101111

Color Harmonies of #805C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C93

Black with #805C93

Text Example


Text Example

White with #805C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805C93; }

 p { color: rgb(128,92,147); }

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

background-color css

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

 a { background-color: rgb(128,92,147); }

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

border-color css

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

 span { border-color: rgb(128,92,147); }

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