Html Css Color HEX #8255DB Medium Purple

📋 copy color: '#8255DB'

red 130 ◦ green 85 ◦ blue 219

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

Shades of Medium Purple #8255DB

Tints of Medium Purple #8255DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.59%

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

R = 29.95%
G = 19.59%
B = 50.46%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8255DB (or 0x8255DB) is known color: Medium Purple. HEX triplet: 82, 55 and DB. RGB value is (130,85,219). Sum of RGB (Red+Green+Blue) = 130+85+219=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #8255DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8255DB is #7DAA24. Grayscale: #717171. Windows color (decimal): -8235557 or 14374274. OLE color: 14374274.

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

Color convert

RGB 130 85 219 -
CMYK 0.41 0.61 0 0.14
HSL 260.15º 0.65% 0.6% -
HSV(B) 260.15º 0.61% 0.86% -
XYZ 25.24 16.36 68.84 -
YUV 113.73 187.41 139.6 -
System Red Green Blue C M Y K H S L
Decimal 130 85 219 0.41 0.61 0 0.14 260.15 0.65 0.6
Hex 82 55 DB 29 3D 0 E 104 41 3C
Octal 202 125 333 51 75 0 16 404 101 74
Binary 10000010 1010101 11011011 101001 111101 0 1110 100000100 1000001 111100

Color Harmonies of #8255DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8255DB

Black with #8255DB

Text Example


Text Example

White with #8255DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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