Html Css Color HEX #8260DB Medium Purple

📋 copy color: '#8260DB'

red 130 ◦ green 96 ◦ blue 219

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

Shades of Medium Purple #8260DB

Tints of Medium Purple #8260DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.57%

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

R = 29.21%
G = 21.57%
B = 49.21%

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

#8260DB (or 0x8260DB) is known color: Medium Purple. HEX triplet: 82, 60 and DB. RGB value is (130,96,219). Sum of RGB (Red+Green+Blue) = 130+96+219=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #8260DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260DB is #7D9F24. Grayscale: #777777. Windows color (decimal): -8232741 or 14377090. OLE color: 14377090.

HSL color Cylindrical-coordinate representation of color #8260DB: hue angle of 256.59º 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 #8260DB is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 130 96 219 -
CMYK 0.41 0.56 0 0.14
HSL 256.59º 0.63% 0.62% -
HSV(B) 256.59º 0.56% 0.86% -
XYZ 26.17 18.23 69.16 -
YUV 120.19 183.76 135 -
System Red Green Blue C M Y K H S L
Decimal 130 96 219 0.41 0.56 0 0.14 256.59 0.63 0.62
Hex 82 60 DB 29 38 0 E 101 3F 3E
Octal 202 140 333 51 70 0 16 401 77 76
Binary 10000010 1100000 11011011 101001 111000 0 1110 100000001 111111 111110

Color Harmonies of #8260DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260DB

Black with #8260DB

Text Example


Text Example

White with #8260DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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