Html Css Color HEX #825FAF Deluge

📋 copy color: '#825FAF'

red 130 ◦ green 95 ◦ blue 175

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

Shades of Deluge #825FAF

Tints of Deluge #825FAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.75%

R = 32.5%
G = 23.75%
B = 43.75%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#825FAF (or 0x825FAF) is known color: Deluge. HEX triplet: 82, 5F and AF. RGB value is (130,95,175). Sum of RGB (Red+Green+Blue) = 130+95+175=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 175 - color contains mainly: blue. Hex color #825FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825FAF is #7DA050. Grayscale: #727272. Windows color (decimal): -8233041 or 11493250. OLE color: 11493250.

HSL color Cylindrical-coordinate representation of color #825FAF: hue angle of 266.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825FAF is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 95 175 -
CMYK 0.26 0.46 0 0.31
HSL 266.25º 0.33% 0.53% -
HSV(B) 266.25º 0.46% 0.69% -
XYZ 21.04 16.03 42.54 -
YUV 114.59 162.1 139 -
System Red Green Blue C M Y K H S L
Decimal 130 95 175 0.26 0.46 0 0.31 266.25 0.33 0.53
Hex 82 5F AF 1A 2E 0 1F 10A 21 35
Octal 202 137 257 32 56 0 37 412 41 65
Binary 10000010 1011111 10101111 11010 101110 0 11111 100001010 100001 110101

Color Harmonies of #825FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FAF

Black with #825FAF

Text Example


Text Example

White with #825FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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