Html Css Color HEX #8260D9 Medium Purple

📋 copy color: '#8260D9'

red 130 ◦ green 96 ◦ blue 217

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

Shades of Medium Purple #8260D9

Tints of Medium Purple #8260D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 48.98%

R = 29.35%
G = 21.67%
B = 48.98%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8260D9 (or 0x8260D9) is known color: Medium Purple. HEX triplet: 82, 60 and D9. RGB value is (130,96,217). Sum of RGB (Red+Green+Blue) = 130+96+217=443 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.35% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #8260D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8260D9 is #7D9F26. Grayscale: #777777. Windows color (decimal): -8232743 or 14246018. OLE color: 14246018.

HSL color Cylindrical-coordinate representation of color #8260D9: hue angle of 256.86º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8260D9 is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 96 217 -
CMYK 0.40 0.56 0 0.15
HSL 256.86º 0.61% 0.61% -
HSV(B) 256.86º 0.56% 0.85% -
XYZ 25.91 18.12 67.78 -
YUV 119.96 182.76 135.16 -
System Red Green Blue C M Y K H S L
Decimal 130 96 217 0.40 0.56 0 0.15 256.86 0.61 0.61
Hex 82 60 D9 28 38 0 F 101 3D 3D
Octal 202 140 331 50 70 0 17 401 75 75
Binary 10000010 1100000 11011001 101000 111000 0 1111 100000001 111101 111101

Color Harmonies of #8260D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8260D9

Black with #8260D9

Text Example


Text Example

White with #8260D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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