Html Css Color HEX #825898 Affair

📋 copy color: '#825898'

red 130 ◦ green 88 ◦ blue 152

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

Shades of Affair #825898

Tints of Affair #825898

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 value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#825898 (or 0x825898) is known color: 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

RGB 130 88 152 -
CMYK 0.14 0.42 0 0.40
HSL 279.38º 0.27% 0.47% -
HSV(B) 279.38º 0.42% 0.6% -
XYZ 18.36 13.99 31.44 -
YUV 107.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 130 88 152 0.14 0.42 0 0.40 279.38 0.27 0.47
Hex 82 58 98 E 2A 0 28 117 1B 2F
Octal 202 130 230 16 52 0 50 427 33 57
Binary 10000010 1011000 10011000 1110 101010 0 101000 100010111 11011 101111

Color Harmonies of #825898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825898

Black with #825898

Text Example


Text Example

White with #825898

Text Example


Text Example

HTML Codes & Css Web 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>