Html Css Color HEX #825ADB Medium Purple

📋 copy color: '#825ADB'

red 130 ◦ green 90 ◦ blue 219

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

Shades of Medium Purple #825ADB

Tints of Medium Purple #825ADB

RGB

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

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

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

R = 29.61%
G = 20.5%
B = 49.89%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#825ADB (or 0x825ADB) is known color: Medium Purple. HEX triplet: 82, 5A and DB. RGB value is (130,90,219). Sum of RGB (Red+Green+Blue) = 130+90+219=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #825ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ADB is #7DA524. Grayscale: #747474. Windows color (decimal): -8234277 or 14375554. OLE color: 14375554.

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

Color convert

RGB 130 90 219 -
CMYK 0.41 0.59 0 0.14
HSL 258.6º 0.64% 0.61% -
HSV(B) 258.6º 0.59% 0.86% -
XYZ 25.65 17.17 68.98 -
YUV 116.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 130 90 219 0.41 0.59 0 0.14 258.6 0.64 0.61
Hex 82 5A DB 29 3B 0 E 103 40 3D
Octal 202 132 333 51 73 0 16 403 100 75
Binary 10000010 1011010 11011011 101001 111011 0 1110 100000011 1000000 111101

Color Harmonies of #825ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825ADB

Black with #825ADB

Text Example


Text Example

White with #825ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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