Html Css Color HEX #8261DB Medium Purple

📋 copy color: '#8261DB'

red 130 ◦ green 97 ◦ blue 219

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

Shades of Medium Purple #8261DB

Tints of Medium Purple #8261DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.75%

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

R = 29.15%
G = 21.75%
B = 49.1%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8261DB (or 0x8261DB) is known color: Medium Purple. HEX triplet: 82, 61 and DB. RGB value is (130,97,219). Sum of RGB (Red+Green+Blue) = 130+97+219=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #8261DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8261DB is #7D9E24. Grayscale: #787878. Windows color (decimal): -8232485 or 14377346. OLE color: 14377346.

HSL color Cylindrical-coordinate representation of color #8261DB: hue angle of 256.23º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8261DB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 97 219 -
CMYK 0.41 0.56 0 0.14
HSL 256.23º 0.63% 0.62% -
HSV(B) 256.23º 0.56% 0.86% -
XYZ 26.27 18.41 69.19 -
YUV 120.78 183.43 134.58 -
System Red Green Blue C M Y K H S L
Decimal 130 97 219 0.41 0.56 0 0.14 256.23 0.63 0.62
Hex 82 61 DB 29 38 0 E 100 3F 3E
Octal 202 141 333 51 70 0 16 400 77 76
Binary 10000010 1100001 11011011 101001 111000 0 1110 100000000 111111 111110

Color Harmonies of #8261DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8261DB

Black with #8261DB

Text Example


Text Example

White with #8261DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8261DB; }

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

 H1.HeaderClassName
 {
   color: #8261DB;
 }
 .AnyTagClassName
 {
   color: #8261DB;
 }
</style>

background-color css

<style>
 a { background-color: #8261DB; }

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

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

border-color css

<style>
 span { border-color: #8261DB; }

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

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