Html Css Color HEX #834F95 Affair

📋 copy color: '#834F95'

red 131 ◦ green 79 ◦ blue 149

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

Shades of Affair #834F95

Tints of Affair #834F95

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.01%

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 36.49%
G = 22.01%
B = 41.5%

CMYK

 C value IS 0.12

 M value IS 0.47

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#834F95 (or 0x834F95) is known color: Affair. HEX triplet: 83, 4F and 95. RGB value is (131,79,149). Sum of RGB (Red+Green+Blue) = 131+79+149=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 149 - color contains mainly: blue. Hex color #834F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834F95 is #7CB06A. Grayscale: #666666. Windows color (decimal): -8171627 or 9785219. OLE color: 9785219.

HSL color Cylindrical-coordinate representation of color #834F95: hue angle of 284.57º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834F95 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 79 149 -
CMYK 0.12 0.47 0 0.42
HSL 284.57º 0.31% 0.45% -
HSV(B) 284.57º 0.47% 0.58% -
XYZ 17.58 12.59 29.94 -
YUV 102.53 154.23 148.31 -
System Red Green Blue C M Y K H S L
Decimal 131 79 149 0.12 0.47 0 0.42 284.57 0.31 0.45
Hex 83 4F 95 C 2F 0 2A 11D 1F 2D
Octal 203 117 225 14 57 0 52 435 37 55
Binary 10000011 1001111 10010101 1100 101111 0 101010 100011101 11111 101101

Color Harmonies of #834F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834F95

Black with #834F95

Text Example


Text Example

White with #834F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834F95; }

 p { color: rgb(131,79,149); }

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

background-color css

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

 a { background-color: rgb(131,79,149); }

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

border-color css

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

 span { border-color: rgb(131,79,149); }

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