Html Css Color HEX #825DB3 Deluge

📋 copy color: '#825DB3'

red 130 ◦ green 93 ◦ blue 179

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

Shades of Deluge #825DB3

Tints of Deluge #825DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.53%

R = 32.34%
G = 23.13%
B = 44.53%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#825DB3 (or 0x825DB3) is known color: Deluge. HEX triplet: 82, 5D and B3. RGB value is (130,93,179). Sum of RGB (Red+Green+Blue) = 130+93+179=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 93 (36.72% from 255 or 23.13% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #825DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DB3 is #7DA24C. Grayscale: #717171. Windows color (decimal): -8233549 or 11754882. OLE color: 11754882.

HSL color Cylindrical-coordinate representation of color #825DB3: hue angle of 265.81º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #825DB3 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 93 179 -
CMYK 0.27 0.48 0 0.30
HSL 265.81º 0.36% 0.53% -
HSV(B) 265.81º 0.48% 0.7% -
XYZ 21.26 15.83 44.58 -
YUV 113.87 164.76 139.51 -
System Red Green Blue C M Y K H S L
Decimal 130 93 179 0.27 0.48 0 0.30 265.81 0.36 0.53
Hex 82 5D B3 1B 30 0 1E 10A 24 35
Octal 202 135 263 33 60 0 36 412 44 65
Binary 10000010 1011101 10110011 11011 110000 0 11110 100001010 100100 110101

Color Harmonies of #825DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DB3

Black with #825DB3

Text Example


Text Example

White with #825DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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