Html Css Color HEX #8270DB Medium Purple

📋 copy color: '#8270DB'

red 130 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #8270DB

Tints of Medium Purple #8270DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 28.2%
G = 24.3%
B = 47.51%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8270DB (or 0x8270DB) is known color: Medium Purple. HEX triplet: 82, 70 and DB. RGB value is (130,112,219). Sum of RGB (Red+Green+Blue) = 130+112+219=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #8270DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8270DB is #7D8F24. Grayscale: #818181. Windows color (decimal): -8228645 or 14381186. OLE color: 14381186.

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

Color convert

RGB 130 112 219 -
CMYK 0.41 0.49 0 0.14
HSL 250.09º 0.6% 0.65% -
HSV(B) 250.09º 0.49% 0.86% -
XYZ 27.79 21.45 69.69 -
YUV 129.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 130 112 219 0.41 0.49 0 0.14 250.09 0.6 0.65
Hex 82 70 DB 29 31 0 E FA 3C 41
Octal 202 160 333 51 61 0 16 372 74 101
Binary 10000010 1110000 11011011 101001 110001 0 1110 11111010 111100 1000001

Color Harmonies of #8270DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270DB

Black with #8270DB

Text Example


Text Example

White with #8270DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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