Html Css Color HEX #826ADB Medium Purple

📋 copy color: '#826ADB'

red 130 ◦ green 106 ◦ blue 219

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

Shades of Medium Purple #826ADB

Tints of Medium Purple #826ADB

RGB

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

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

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

R = 28.57%
G = 23.3%
B = 48.13%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#826ADB (or 0x826ADB) is known color: Medium Purple. HEX triplet: 82, 6A and DB. RGB value is (130,106,219). Sum of RGB (Red+Green+Blue) = 130+106+219=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #826ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826ADB is #7D9524. Grayscale: #7D7D7D. Windows color (decimal): -8230181 or 14379650. OLE color: 14379650.

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

Color convert

RGB 130 106 219 -
CMYK 0.41 0.52 0 0.14
HSL 252.74º 0.61% 0.64% -
HSV(B) 252.74º 0.52% 0.86% -
XYZ 27.15 20.17 69.48 -
YUV 126.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 130 106 219 0.41 0.52 0 0.14 252.74 0.61 0.64
Hex 82 6A DB 29 34 0 E FD 3D 40
Octal 202 152 333 51 64 0 16 375 75 100
Binary 10000010 1101010 11011011 101001 110100 0 1110 11111101 111101 1000000

Color Harmonies of #826ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826ADB

Black with #826ADB

Text Example


Text Example

White with #826ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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