Html Css Color HEX #815393 Affair

📋 copy color: '#815393'

red 129 ◦ green 83 ◦ blue 147

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

Shades of Affair #815393

Tints of Affair #815393

RGB

 RED value IS 129 (50.78% from 255) = 35.93%

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

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

R = 35.93%
G = 23.12%
B = 40.95%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#815393 (or 0x815393) is known color: Affair. HEX triplet: 81, 53 and 93. RGB value is (129,83,147). Sum of RGB (Red+Green+Blue) = 129+83+147=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #815393 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815393 is #7EAC6C. Grayscale: #676767. Windows color (decimal): -8301677 or 9655169. OLE color: 9655169.

HSL color Cylindrical-coordinate representation of color #815393: hue angle of 283.12º 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 #815393 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 83 147 -
CMYK 0.12 0.44 0 0.42
HSL 283.13º 0.28% 0.45% -
HSV(B) 283.13º 0.44% 0.58% -
XYZ 17.41 12.96 29.19 -
YUV 104.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 129 83 147 0.12 0.44 0 0.42 283.13 0.28 0.45
Hex 81 53 93 C 2C 0 2A 11B 1C 2D
Octal 201 123 223 14 54 0 52 433 34 55
Binary 10000001 1010011 10010011 1100 101100 0 101010 100011011 11100 101101

Color Harmonies of #815393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815393

Black with #815393

Text Example


Text Example

White with #815393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815393; }

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

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

background-color css

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

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

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

border-color css

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

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

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