Html Css Color HEX #835598 Affair

📋 copy color: '#835598'

red 131 ◦ green 85 ◦ blue 152

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

Shades of Affair #835598

Tints of Affair #835598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.1%

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 35.6%
G = 23.1%
B = 41.3%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#835598 (or 0x835598) is known color: Affair. HEX triplet: 83, 55 and 98. RGB value is (131,85,152). Sum of RGB (Red+Green+Blue) = 131+85+152=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 85 (33.59% from 255 or 23.10% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #835598 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835598 is #7CAA67. Grayscale: #6A6A6A. Windows color (decimal): -8170088 or 9983363. OLE color: 9983363.

HSL color Cylindrical-coordinate representation of color #835598: hue angle of 281.19º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #835598 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 85 152 -
CMYK 0.14 0.44 0 0.40
HSL 281.19º 0.28% 0.46% -
HSV(B) 281.19º 0.44% 0.6% -
XYZ 18.28 13.59 31.37 -
YUV 106.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 131 85 152 0.14 0.44 0 0.40 281.19 0.28 0.46
Hex 83 55 98 E 2C 0 28 119 1C 2E
Octal 203 125 230 16 54 0 50 431 34 56
Binary 10000011 1010101 10011000 1110 101100 0 101000 100011001 11100 101110

Color Harmonies of #835598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835598

Black with #835598

Text Example


Text Example

White with #835598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835598; }

 p { color: rgb(131,85,152); }

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

background-color css

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

 a { background-color: rgb(131,85,152); }

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

border-color css

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

 span { border-color: rgb(131,85,152); }

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