Html Css Color HEX #825FA7 Deluge

📋 copy color: '#825FA7'

red 130 ◦ green 95 ◦ blue 167

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

Shades of Deluge #825FA7

Tints of Deluge #825FA7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

 BLUE value IS 167 (65.63% from 255) = 42.6%

R = 33.16%
G = 24.23%
B = 42.6%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#825FA7 (or 0x825FA7) is known color: Deluge. HEX triplet: 82, 5F and A7. RGB value is (130,95,167). Sum of RGB (Red+Green+Blue) = 130+95+167=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 167 (65.62% from 255 or 42.60% from 392); Max value from RGB is 167 - color contains mainly: blue. Hex color #825FA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825FA7 is #7DA058. Grayscale: #717171. Windows color (decimal): -8233049 or 10968962. OLE color: 10968962.

HSL color Cylindrical-coordinate representation of color #825FA7: hue angle of 269.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #825FA7 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 95 167 -
CMYK 0.22 0.43 0 0.35
HSL 269.17º 0.29% 0.51% -
HSV(B) 269.17º 0.43% 0.65% -
XYZ 20.27 15.72 38.53 -
YUV 113.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 130 95 167 0.22 0.43 0 0.35 269.17 0.29 0.51
Hex 82 5F A7 16 2B 0 23 10D 1D 33
Octal 202 137 247 26 53 0 43 415 35 63
Binary 10000010 1011111 10100111 10110 101011 0 100011 100001101 11101 110011

Color Harmonies of #825FA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FA7

Black with #825FA7

Text Example


Text Example

White with #825FA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825FA7; }

 p { color: rgb(130,95,167); }

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

background-color css

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

 a { background-color: rgb(130,95,167); }

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

border-color css

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

 span { border-color: rgb(130,95,167); }

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