Html Css Color HEX #835094 Affair

📋 copy color: '#835094'

red 131 ◦ green 80 ◦ blue 148

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

Shades of Affair #835094

Tints of Affair #835094

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.28%

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

R = 36.49%
G = 22.28%
B = 41.23%

CMYK

 C value IS 0.11

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835094 (or 0x835094) is known color: Affair. HEX triplet: 83, 50 and 94. RGB value is (131,80,148). Sum of RGB (Red+Green+Blue) = 131+80+148=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #835094 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835094 is #7CAF6B. Grayscale: #666666. Windows color (decimal): -8171372 or 9719939. OLE color: 9719939.

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

Color convert

RGB 131 80 148 -
CMYK 0.11 0.46 0 0.42
HSL 285º 0.3% 0.45% -
HSV(B) 285º 0.46% 0.58% -
XYZ 17.57 12.7 29.54 -
YUV 103 153.4 147.97 -
System Red Green Blue C M Y K H S L
Decimal 131 80 148 0.11 0.46 0 0.42 285 0.3 0.45
Hex 83 50 94 B 2E 0 2A 11D 1E 2D
Octal 203 120 224 13 56 0 52 435 36 55
Binary 10000011 1010000 10010100 1011 101110 0 101010 100011101 11110 101101

Color Harmonies of #835094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835094

Black with #835094

Text Example


Text Example

White with #835094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835094; }

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

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

background-color css

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

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

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

border-color css

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

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

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