Html Css Color HEX #835698 Affair

📋 copy color: '#835698'

red 131 ◦ green 86 ◦ blue 152

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

Shades of Affair #835698

Tints of Affair #835698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

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

R = 35.5%
G = 23.31%
B = 41.19%

CMYK

 C value IS 0.14

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#835698 (or 0x835698) is known color: Affair. HEX triplet: 83, 56 and 98. RGB value is (131,86,152). Sum of RGB (Red+Green+Blue) = 131+86+152=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 152 (59.77% from 255 or 41.19% from 369); Max value from RGB is 152 - color contains mainly: blue. Hex color #835698 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835698 is #7CA967. Grayscale: #6A6A6A. Windows color (decimal): -8169832 or 9983619. OLE color: 9983619.

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

Color convert

RGB 131 86 152 -
CMYK 0.14 0.43 0 0.40
HSL 280.91º 0.28% 0.47% -
HSV(B) 280.91º 0.43% 0.6% -
XYZ 18.36 13.75 31.39 -
YUV 106.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 131 86 152 0.14 0.43 0 0.40 280.91 0.28 0.47
Hex 83 56 98 E 2B 0 28 119 1C 2F
Octal 203 126 230 16 53 0 50 431 34 57
Binary 10000011 1010110 10011000 1110 101011 0 101000 100011001 11100 101111

Color Harmonies of #835698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835698

Black with #835698

Text Example


Text Example

White with #835698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835698; }

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

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

background-color css

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

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

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

border-color css

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

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

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