Html Css Color HEX #805FD6 Medium Purple

📋 copy color: '#805FD6'

red 128 ◦ green 95 ◦ blue 214

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

Shades of Medium Purple #805FD6

Tints of Medium Purple #805FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.97%

R = 29.29%
G = 21.74%
B = 48.97%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#805FD6 (or 0x805FD6) is known color: Medium Purple. HEX triplet: 80, 5F and D6. RGB value is (128,95,214). Sum of RGB (Red+Green+Blue) = 128+95+214=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 95 (37.5% from 255 or 21.74% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #805FD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FD6 is #7FA029. Grayscale: #757575. Windows color (decimal): -8364074 or 14049152. OLE color: 14049152.

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

Color convert

RGB 128 95 214 -
CMYK 0.40 0.56 0 0.16
HSL 256.64º 0.59% 0.61% -
HSV(B) 256.64º 0.56% 0.84% -
XYZ 25.13 17.63 65.7 -
YUV 118.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 128 95 214 0.40 0.56 0 0.16 256.64 0.59 0.61
Hex 80 5F D6 28 38 0 10 101 3B 3D
Octal 200 137 326 50 70 0 20 401 73 75
Binary 10000000 1011111 11010110 101000 111000 0 10000 100000001 111011 111101

Color Harmonies of #805FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FD6

Black with #805FD6

Text Example


Text Example

White with #805FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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