Html Css Color HEX #825DDB Medium Purple

📋 copy color: '#825DDB'

red 130 ◦ green 93 ◦ blue 219

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

Shades of Medium Purple #825DDB

Tints of Medium Purple #825DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.55%

R = 29.41%
G = 21.04%
B = 49.55%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#825DDB (or 0x825DDB) is known color: Medium Purple. HEX triplet: 82, 5D and DB. RGB value is (130,93,219). Sum of RGB (Red+Green+Blue) = 130+93+219=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #825DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825DDB is #7DA224. Grayscale: #757575. Windows color (decimal): -8233509 or 14376322. OLE color: 14376322.

HSL color Cylindrical-coordinate representation of color #825DDB: hue angle of 257.62º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825DDB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 93 219 -
CMYK 0.41 0.58 0 0.14
HSL 257.62º 0.64% 0.61% -
HSV(B) 257.62º 0.58% 0.86% -
XYZ 25.91 17.69 69.07 -
YUV 118.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 130 93 219 0.41 0.58 0 0.14 257.62 0.64 0.61
Hex 82 5D DB 29 3A 0 E 102 40 3D
Octal 202 135 333 51 72 0 16 402 100 75
Binary 10000010 1011101 11011011 101001 111010 0 1110 100000010 1000000 111101

Color Harmonies of #825DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825DDB

Black with #825DDB

Text Example


Text Example

White with #825DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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