Html Css Color HEX #835F90 Affair

📋 copy color: '#835F90'

red 131 ◦ green 95 ◦ blue 144

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

Shades of Affair #835F90

Tints of Affair #835F90

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.68%

 BLUE value IS 144 (56.64% from 255) = 38.92%

R = 35.41%
G = 25.68%
B = 38.92%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#835F90 (or 0x835F90) is known color: Affair. HEX triplet: 83, 5F and 90. RGB value is (131,95,144). Sum of RGB (Red+Green+Blue) = 131+95+144=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #835F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835F90 is #7CA06F. Grayscale: #6F6F6F. Windows color (decimal): -8167536 or 9461635. OLE color: 9461635.

HSL color Cylindrical-coordinate representation of color #835F90: hue angle of 284.08º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835F90 is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 95 144 -
CMYK 0.09 0.34 0 0.44
HSL 284.08º 0.21% 0.47% -
HSV(B) 284.08º 0.34% 0.56% -
XYZ 18.49 15.02 28.31 -
YUV 111.35 146.43 142.02 -
System Red Green Blue C M Y K H S L
Decimal 131 95 144 0.09 0.34 0 0.44 284.08 0.21 0.47
Hex 83 5F 90 9 22 0 2C 11C 15 2F
Octal 203 137 220 11 42 0 54 434 25 57
Binary 10000011 1011111 10010000 1001 100010 0 101100 100011100 10101 101111

Color Harmonies of #835F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835F90

Black with #835F90

Text Example


Text Example

White with #835F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,95,144); }

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

background-color css

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

 a { background-color: rgb(131,95,144); }

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

border-color css

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

 span { border-color: rgb(131,95,144); }

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