Html Css Color HEX #825AD8 Medium Purple

📋 copy color: '#825AD8'

red 130 ◦ green 90 ◦ blue 216

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

Shades of Medium Purple #825AD8

Tints of Medium Purple #825AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 49.54%

R = 29.82%
G = 20.64%
B = 49.54%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#825AD8 (or 0x825AD8) is known color: Medium Purple. HEX triplet: 82, 5A and D8. RGB value is (130,90,216). Sum of RGB (Red+Green+Blue) = 130+90+216=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 216 (84.77% from 255 or 49.54% from 436); Max value from RGB is 216 - color contains mainly: blue. Hex color #825AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825AD8 is #7DA527. Grayscale: #737373. Windows color (decimal): -8234280 or 14178946. OLE color: 14178946.

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

Color convert

RGB 130 90 216 -
CMYK 0.40 0.58 0 0.15
HSL 259.05º 0.62% 0.6% -
HSV(B) 259.05º 0.58% 0.85% -
XYZ 25.26 17.02 66.92 -
YUV 116.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 130 90 216 0.40 0.58 0 0.15 259.05 0.62 0.6
Hex 82 5A D8 28 3A 0 F 103 3E 3C
Octal 202 132 330 50 72 0 17 403 76 74
Binary 10000010 1011010 11011000 101000 111010 0 1111 100000011 111110 111100

Color Harmonies of #825AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825AD8

Black with #825AD8

Text Example


Text Example

White with #825AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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