Html Css Color HEX #825198 Affair

📋 copy color: '#825198'

red 130 ◦ green 81 ◦ blue 152

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

Shades of Affair #825198

Tints of Affair #825198

RGB

 RED value IS 130 (51.17% from 255) = 35.81%

 GREEN value IS 81 (32.03% from 255) = 22.31%

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

R = 35.81%
G = 22.31%
B = 41.87%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#825198 (or 0x825198) is known color: Affair. HEX triplet: 82, 51 and 98. RGB value is (130,81,152). Sum of RGB (Red+Green+Blue) = 130+81+152=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 81 (32.03% from 255 or 22.31% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #825198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825198 is #7DAE67. Grayscale: #676767. Windows color (decimal): -8236648 or 9982338. OLE color: 9982338.

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

Color convert

RGB 130 81 152 -
CMYK 0.14 0.47 0 0.40
HSL 281.41º 0.3% 0.46% -
HSV(B) 281.41º 0.47% 0.6% -
XYZ 17.82 12.9 31.26 -
YUV 103.75 155.23 146.73 -
System Red Green Blue C M Y K H S L
Decimal 130 81 152 0.14 0.47 0 0.40 281.41 0.3 0.46
Hex 82 51 98 E 2F 0 28 119 1E 2E
Octal 202 121 230 16 57 0 50 431 36 56
Binary 10000010 1010001 10011000 1110 101111 0 101000 100011001 11110 101110

Color Harmonies of #825198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825198

Black with #825198

Text Example


Text Example

White with #825198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825198; }

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

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

background-color css

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

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

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

border-color css

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

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

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