Html Css Color HEX #826FDB Medium Purple

📋 copy color: '#826FDB'

red 130 ◦ green 111 ◦ blue 219

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

Shades of Medium Purple #826FDB

Tints of Medium Purple #826FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.13%

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

R = 28.26%
G = 24.13%
B = 47.61%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#826FDB (or 0x826FDB) is known color: Medium Purple. HEX triplet: 82, 6F and DB. RGB value is (130,111,219). Sum of RGB (Red+Green+Blue) = 130+111+219=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 111 (43.75% from 255 or 24.13% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #826FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826FDB is #7D9024. Grayscale: #808080. Windows color (decimal): -8228901 or 14380930. OLE color: 14380930.

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

Color convert

RGB 130 111 219 -
CMYK 0.41 0.49 0 0.14
HSL 250.56º 0.6% 0.65% -
HSV(B) 250.56º 0.49% 0.86% -
XYZ 27.68 21.23 69.66 -
YUV 128.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 130 111 219 0.41 0.49 0 0.14 250.56 0.6 0.65
Hex 82 6F DB 29 31 0 E FB 3C 41
Octal 202 157 333 51 61 0 16 373 74 101
Binary 10000010 1101111 11011011 101001 110001 0 1110 11111011 111100 1000001

Color Harmonies of #826FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826FDB

Black with #826FDB

Text Example


Text Example

White with #826FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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