Html Css Color HEX #835A8E Affair

📋 copy color: '#835A8E'

red 131 ◦ green 90 ◦ blue 142

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

Shades of Affair #835A8E

Tints of Affair #835A8E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.79%

 BLUE value IS 142 (55.86% from 255) = 39.12%

R = 36.09%
G = 24.79%
B = 39.12%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#835A8E (or 0x835A8E) is known color: Affair. HEX triplet: 83, 5A and 8E. RGB value is (131,90,142). Sum of RGB (Red+Green+Blue) = 131+90+142=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 90 (35.55% from 255 or 24.79% from 363); Blue value is 142 (55.86% from 255 or 39.12% from 363); Max value from RGB is 142 - color contains mainly: blue. Hex color #835A8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A8E is #7CA571. Grayscale: #6C6C6C. Windows color (decimal): -8168818 or 9329283. OLE color: 9329283.

HSL color Cylindrical-coordinate representation of color #835A8E: hue angle of 287.31º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #835A8E is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 90 142 -
CMYK 0.08 0.37 0 0.44
HSL 287.31º 0.22% 0.45% -
HSV(B) 287.31º 0.37% 0.56% -
XYZ 17.9 14.09 27.37 -
YUV 108.19 147.08 144.27 -
System Red Green Blue C M Y K H S L
Decimal 131 90 142 0.08 0.37 0 0.44 287.31 0.22 0.45
Hex 83 5A 8E 8 25 0 2C 11F 16 2D
Octal 203 132 216 10 45 0 54 437 26 55
Binary 10000011 1011010 10001110 1000 100101 0 101100 100011111 10110 101101

Color Harmonies of #835A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A8E

Black with #835A8E

Text Example


Text Example

White with #835A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835A8E; }

 p { color: rgb(131,90,142); }

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

background-color css

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

 a { background-color: rgb(131,90,142); }

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

border-color css

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

 span { border-color: rgb(131,90,142); }

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