Html Css Color HEX #8257DB Medium Purple

📋 copy color: '#8257DB'

red 130 ◦ green 87 ◦ blue 219

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

Shades of Medium Purple #8257DB

Tints of Medium Purple #8257DB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.95%

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

R = 29.82%
G = 19.95%
B = 50.23%

CMYK

 C value IS 0.41

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8257DB (or 0x8257DB) is known color: Medium Purple. HEX triplet: 82, 57 and DB. RGB value is (130,87,219). Sum of RGB (Red+Green+Blue) = 130+87+219=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8257DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8257DB is #7DA824. Grayscale: #727272. Windows color (decimal): -8235045 or 14374786. OLE color: 14374786.

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

Color convert

RGB 130 87 219 -
CMYK 0.41 0.60 0 0.14
HSL 259.55º 0.65% 0.6% -
HSV(B) 259.55º 0.6% 0.86% -
XYZ 25.4 16.68 68.9 -
YUV 114.91 186.75 138.77 -
System Red Green Blue C M Y K H S L
Decimal 130 87 219 0.41 0.60 0 0.14 259.55 0.65 0.6
Hex 82 57 DB 29 3C 0 E 104 41 3C
Octal 202 127 333 51 74 0 16 404 101 74
Binary 10000010 1010111 11011011 101001 111100 0 1110 100000100 1000001 111100

Color Harmonies of #8257DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8257DB

Black with #8257DB

Text Example


Text Example

White with #8257DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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