Html Css Color HEX #825BD5 Medium Purple

📋 copy color: '#825BD5'

red 130 ◦ green 91 ◦ blue 213

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

Shades of Medium Purple #825BD5

Tints of Medium Purple #825BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 49.08%

R = 29.95%
G = 20.97%
B = 49.08%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#825BD5 (or 0x825BD5) is known color: Medium Purple. HEX triplet: 82, 5B and D5. RGB value is (130,91,213). Sum of RGB (Red+Green+Blue) = 130+91+213=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 213 (83.59% from 255 or 49.08% from 434); Max value from RGB is 213 - color contains mainly: blue. Hex color #825BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825BD5 is #7DA42A. Grayscale: #747474. Windows color (decimal): -8234027 or 13982594. OLE color: 13982594.

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

Color convert

RGB 130 91 213 -
CMYK 0.39 0.57 0 0.16
HSL 259.18º 0.59% 0.6% -
HSV(B) 259.18º 0.57% 0.84% -
XYZ 24.96 17.03 64.92 -
YUV 116.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 130 91 213 0.39 0.57 0 0.16 259.18 0.59 0.6
Hex 82 5B D5 27 39 0 10 103 3B 3C
Octal 202 133 325 47 71 0 20 403 73 74
Binary 10000010 1011011 11010101 100111 111001 0 10000 100000011 111011 111100

Color Harmonies of #825BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825BD5

Black with #825BD5

Text Example


Text Example

White with #825BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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