Html Css Color HEX #826AD5 Medium Purple

📋 copy color: '#826AD5'

red 130 ◦ green 106 ◦ blue 213

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

Shades of Medium Purple #826AD5

Tints of Medium Purple #826AD5

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.61%

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

R = 28.95%
G = 23.61%
B = 47.44%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#826AD5 (or 0x826AD5) is known color: Medium Purple. HEX triplet: 82, 6A and D5. RGB value is (130,106,213). Sum of RGB (Red+Green+Blue) = 130+106+213=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 213 - color contains mainly: blue. Hex color #826AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826AD5 is #7D952A. Grayscale: #7C7C7C. Windows color (decimal): -8230187 or 13986434. OLE color: 13986434.

HSL color Cylindrical-coordinate representation of color #826AD5: hue angle of 253.46º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826AD5 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 106 213 -
CMYK 0.39 0.50 0 0.16
HSL 253.46º 0.56% 0.63% -
HSV(B) 253.46º 0.5% 0.84% -
XYZ 26.37 19.86 65.39 -
YUV 125.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 130 106 213 0.39 0.50 0 0.16 253.46 0.56 0.63
Hex 82 6A D5 27 32 0 10 FD 38 3F
Octal 202 152 325 47 62 0 20 375 70 77
Binary 10000010 1101010 11010101 100111 110010 0 10000 11111101 111000 111111

Color Harmonies of #826AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826AD5

Black with #826AD5

Text Example


Text Example

White with #826AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826AD5; }

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

 H1.HeaderClassName
 {
   color: #826AD5;
 }
 .AnyTagClassName
 {
   color: #826AD5;
 }
</style>

background-color css

<style>
 a { background-color: #826AD5; }

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

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

border-color css

<style>
 span { border-color: #826AD5; }

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

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