Html Css Color HEX #805FD5 Medium Purple

📋 copy color: '#805FD5'

red 128 ◦ green 95 ◦ blue 213

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

Shades of Medium Purple #805FD5

Tints of Medium Purple #805FD5

RGB

 RED value IS 128 (50.39% from 255) = 29.36%

 GREEN value IS 95 (37.5% from 255) = 21.79%

 BLUE value IS 213 (83.59% from 255) = 48.85%

R = 29.36%
G = 21.79%
B = 48.85%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#805FD5 (or 0x805FD5) is known color: Medium Purple. HEX triplet: 80, 5F and D5. RGB value is (128,95,213). Sum of RGB (Red+Green+Blue) = 128+95+213=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #805FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FD5 is #7FA02A. Grayscale: #757575. Windows color (decimal): -8364075 or 13983616. OLE color: 13983616.

HSL color Cylindrical-coordinate representation of color #805FD5: hue angle of 256.78º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805FD5 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 95 213 -
CMYK 0.40 0.55 0 0.16
HSL 256.78º 0.58% 0.6% -
HSV(B) 256.78º 0.55% 0.84% -
XYZ 25 17.58 65.03 -
YUV 118.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 128 95 213 0.40 0.55 0 0.16 256.78 0.58 0.6
Hex 80 5F D5 28 37 0 10 101 3A 3C
Octal 200 137 325 50 67 0 20 401 72 74
Binary 10000000 1011111 11010101 101000 110111 0 10000 100000001 111010 111100

Color Harmonies of #805FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FD5

Black with #805FD5

Text Example


Text Example

White with #805FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805FD5; }

 p { color: rgb(128,95,213); }

 H1.HeaderClassName
 {
   color: #805FD5;
 }
 .AnyTagClassName
 {
   color: #805FD5;
 }
</style>

background-color css

<style>
 a { background-color: #805FD5; }

 a { background-color: rgb(128,95,213); }

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

border-color css

<style>
 span { border-color: #805FD5; }

 span { border-color: rgb(128,95,213); }

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