Html Css Color HEX #825BDA Medium Purple

📋 copy color: '#825BDA'

red 130 ◦ green 91 ◦ blue 218

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

Shades of Medium Purple #825BDA

Tints of Medium Purple #825BDA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.73%

 BLUE value IS 218 (85.55% from 255) = 49.66%

R = 29.61%
G = 20.73%
B = 49.66%

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

#825BDA (or 0x825BDA) is known color: Medium Purple. HEX triplet: 82, 5B and DA. RGB value is (130,91,218). Sum of RGB (Red+Green+Blue) = 130+91+218=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #825BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BDA is #7DA425. Grayscale: #747474. Windows color (decimal): -8234022 or 14310274. OLE color: 14310274.

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

Color convert

RGB 130 91 218 -
CMYK 0.40 0.58 0 0.15
HSL 258.43º 0.63% 0.61% -
HSV(B) 258.43º 0.58% 0.85% -
XYZ 25.6 17.29 68.32 -
YUV 117.14 184.92 137.17 -
System Red Green Blue C M Y K H S L
Decimal 130 91 218 0.40 0.58 0 0.15 258.43 0.63 0.61
Hex 82 5B DA 28 3A 0 F 102 3F 3D
Octal 202 133 332 50 72 0 17 402 77 75
Binary 10000010 1011011 11011010 101000 111010 0 1111 100000010 111111 111101

Color Harmonies of #825BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BDA

Black with #825BDA

Text Example


Text Example

White with #825BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,91,218); }

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

background-color css

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

 a { background-color: rgb(130,91,218); }

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

border-color css

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

 span { border-color: rgb(130,91,218); }

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