Html Css Color HEX #825CD4 Medium Purple

📋 copy color: '#825CD4'

red 130 ◦ green 92 ◦ blue 212

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

Shades of Medium Purple #825CD4

Tints of Medium Purple #825CD4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.2%

 BLUE value IS 212 (83.2% from 255) = 48.85%

R = 29.95%
G = 21.2%
B = 48.85%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#825CD4 (or 0x825CD4) is known color: Medium Purple. HEX triplet: 82, 5C and D4. RGB value is (130,92,212). Sum of RGB (Red+Green+Blue) = 130+92+212=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 92 (36.33% from 255 or 21.20% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #825CD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CD4 is #7DA32B. Grayscale: #747474. Windows color (decimal): -8233772 or 13917314. OLE color: 13917314.

HSL color Cylindrical-coordinate representation of color #825CD4: hue angle of 259º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #825CD4 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 130 92 212 -
CMYK 0.39 0.57 0 0.17
HSL 259º 0.58% 0.6% -
HSV(B) 259º 0.57% 0.83% -
XYZ 24.92 17.15 64.29 -
YUV 117.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 130 92 212 0.39 0.57 0 0.17 259 0.58 0.6
Hex 82 5C D4 27 39 0 11 103 3A 3C
Octal 202 134 324 47 71 0 21 403 72 74
Binary 10000010 1011100 11010100 100111 111001 0 10001 100000011 111010 111100

Color Harmonies of #825CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825CD4

Black with #825CD4

Text Example


Text Example

White with #825CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,92,212); }

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

background-color css

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

 a { background-color: rgb(130,92,212); }

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

border-color css

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

 span { border-color: rgb(130,92,212); }

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