Html Css Color HEX #825AD9 Medium Purple

📋 copy color: '#825AD9'

red 130 ◦ green 90 ◦ blue 217

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

Shades of Medium Purple #825AD9

Tints of Medium Purple #825AD9

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.59%

 BLUE value IS 217 (85.16% from 255) = 49.66%

R = 29.75%
G = 20.59%
B = 49.66%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#825AD9 (or 0x825AD9) is known color: Medium Purple. HEX triplet: 82, 5A and D9. RGB value is (130,90,217). Sum of RGB (Red+Green+Blue) = 130+90+217=437 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.75% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #825AD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AD9 is #7DA526. Grayscale: #737373. Windows color (decimal): -8234279 or 14244482. OLE color: 14244482.

HSL color Cylindrical-coordinate representation of color #825AD9: hue angle of 258.9º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825AD9 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 90 217 -
CMYK 0.40 0.59 0 0.15
HSL 258.9º 0.63% 0.6% -
HSV(B) 258.9º 0.59% 0.85% -
XYZ 25.39 17.07 67.6 -
YUV 116.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 130 90 217 0.40 0.59 0 0.15 258.9 0.63 0.6
Hex 82 5A D9 28 3B 0 F 103 3F 3C
Octal 202 132 331 50 73 0 17 403 77 74
Binary 10000010 1011010 11011001 101000 111011 0 1111 100000011 111111 111100

Color Harmonies of #825AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AD9

Black with #825AD9

Text Example


Text Example

White with #825AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,90,217); }

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

background-color css

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

 a { background-color: rgb(130,90,217); }

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

border-color css

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

 span { border-color: rgb(130,90,217); }

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