Html Css Color HEX #825DAF Deluge

📋 copy color: '#825DAF'

red 130 ◦ green 93 ◦ blue 175

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

Shades of Deluge #825DAF

Tints of Deluge #825DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.37%

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

R = 32.66%
G = 23.37%
B = 43.97%

CMYK

 C value IS 0.26

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#825DAF (or 0x825DAF) is known color: Deluge. HEX triplet: 82, 5D and AF. RGB value is (130,93,175). Sum of RGB (Red+Green+Blue) = 130+93+175=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #825DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DAF is #7DA250. Grayscale: #717171. Windows color (decimal): -8233553 or 11492738. OLE color: 11492738.

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

Color convert

RGB 130 93 175 -
CMYK 0.26 0.47 0 0.31
HSL 267.07º 0.34% 0.53% -
HSV(B) 267.07º 0.47% 0.69% -
XYZ 20.86 15.67 42.48 -
YUV 113.41 162.76 139.83 -
System Red Green Blue C M Y K H S L
Decimal 130 93 175 0.26 0.47 0 0.31 267.07 0.34 0.53
Hex 82 5D AF 1A 2F 0 1F 10B 22 35
Octal 202 135 257 32 57 0 37 413 42 65
Binary 10000010 1011101 10101111 11010 101111 0 11111 100001011 100010 110101

Color Harmonies of #825DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DAF

Black with #825DAF

Text Example


Text Example

White with #825DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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