#825898

Color #825898 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #825898

Tints of Affair #825898

Color information

#825898 (or 0x825898) is unknown color: approx Affair. HEX triplet: 82, 58 and 98. RGB value is (130,88,152). Sum of RGB (Red+Green+Blue) = 130+88+152=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 152 (59.77% from 255 or 41.08% from 370); Max value from RGB is 152 - color contains mainly: blue. Hex color #825898 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825898 is #7DA767. Grayscale: #6B6B6B. Windows color (decimal): -8234856 or 9984130. OLE color: 9984130.

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

Color convert

RGB13088152-
CMYK0.140.4200.40
HSL279.38º26.67%47.06%-
HSV(B)279.38º42.11%59.61%-
XYZ18.3613.9931.44-
YUV107.85152.91143.8-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.14%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 152 (59.77% from 255) = 41.08%
R=35.14%
G=23.78%
B=41.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130881520.140.4200.40279.3826.6747.06
Hex825898E2A0281171b2f
Octal20213023016520504273357
Binary100000101011000100110001110101010010100010001011111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825898; }

 p { color: rgb(130,88,152); }

 H1.HeaderClassName
 {
   color: #825898;
 }
 .AnyTagClassName
 {
   color: #825898;
 }
</style>
background-color css

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

 a { background-color: rgb(130,88,152); }

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

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

 span { border-color: rgb(130,88,152); }

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