Html Css Color HEX #825FAC Deluge

📋 copy color: '#825FAC'

red 130 ◦ green 95 ◦ blue 172

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

Shades of Deluge #825FAC

Tints of Deluge #825FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.32%

R = 32.75%
G = 23.93%
B = 43.32%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#825FAC (or 0x825FAC) is known color: Deluge. HEX triplet: 82, 5F and AC. RGB value is (130,95,172). Sum of RGB (Red+Green+Blue) = 130+95+172=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 95 (37.5% from 255 or 23.93% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 172 - color contains mainly: blue. Hex color #825FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825FAC is #7DA053. Grayscale: #717171. Windows color (decimal): -8233044 or 11296642. OLE color: 11296642.

HSL color Cylindrical-coordinate representation of color #825FAC: hue angle of 267.27º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #825FAC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 95 172 -
CMYK 0.24 0.45 0 0.33
HSL 267.27º 0.32% 0.52% -
HSV(B) 267.27º 0.45% 0.67% -
XYZ 20.74 15.91 41.01 -
YUV 114.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 130 95 172 0.24 0.45 0 0.33 267.27 0.32 0.52
Hex 82 5F AC 18 2D 0 21 10B 20 34
Octal 202 137 254 30 55 0 41 413 40 64
Binary 10000010 1011111 10101100 11000 101101 0 100001 100001011 100000 110100

Color Harmonies of #825FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825FAC

Black with #825FAC

Text Example


Text Example

White with #825FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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