Html Css Color HEX #835494 Affair

📋 copy color: '#835494'

red 131 ◦ green 84 ◦ blue 148

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

Shades of Affair #835494

Tints of Affair #835494

RGB

 RED value IS 131 (51.56% from 255) = 36.09%

 GREEN value IS 84 (33.2% from 255) = 23.14%

 BLUE value IS 148 (58.2% from 255) = 40.77%

R = 36.09%
G = 23.14%
B = 40.77%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835494 (or 0x835494) is known color: Affair. HEX triplet: 83, 54 and 94. RGB value is (131,84,148). Sum of RGB (Red+Green+Blue) = 131+84+148=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #835494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835494 is #7CAB6B. Grayscale: #696969. Windows color (decimal): -8170348 or 9720963. OLE color: 9720963.

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

Color convert

RGB 131 84 148 -
CMYK 0.11 0.43 0 0.42
HSL 284.06º 0.28% 0.45% -
HSV(B) 284.06º 0.43% 0.58% -
XYZ 17.88 13.3 29.64 -
YUV 105.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 131 84 148 0.11 0.43 0 0.42 284.06 0.28 0.45
Hex 83 54 94 B 2B 0 2A 11C 1C 2D
Octal 203 124 224 13 53 0 52 434 34 55
Binary 10000011 1010100 10010100 1011 101011 0 101010 100011100 11100 101101

Color Harmonies of #835494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835494

Black with #835494

Text Example


Text Example

White with #835494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835494; }

 p { color: rgb(131,84,148); }

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

background-color css

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

 a { background-color: rgb(131,84,148); }

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

border-color css

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

 span { border-color: rgb(131,84,148); }

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