Html Css Color HEX #8264DB Medium Purple

📋 copy color: '#8264DB'

red 130 ◦ green 100 ◦ blue 219

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

Shades of Medium Purple #8264DB

Tints of Medium Purple #8264DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.27%

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

R = 28.95%
G = 22.27%
B = 48.78%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8264DB (or 0x8264DB) is known color: Medium Purple. HEX triplet: 82, 64 and DB. RGB value is (130,100,219). Sum of RGB (Red+Green+Blue) = 130+100+219=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #8264DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8264DB is #7D9B24. Grayscale: #7A7A7A. Windows color (decimal): -8231717 or 14378114. OLE color: 14378114.

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

Color convert

RGB 130 100 219 -
CMYK 0.41 0.54 0 0.14
HSL 255.13º 0.62% 0.63% -
HSV(B) 255.13º 0.54% 0.86% -
XYZ 26.55 18.97 69.28 -
YUV 122.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 130 100 219 0.41 0.54 0 0.14 255.13 0.62 0.63
Hex 82 64 DB 29 36 0 E FF 3E 3F
Octal 202 144 333 51 66 0 16 377 76 77
Binary 10000010 1100100 11011011 101001 110110 0 1110 11111111 111110 111111

Color Harmonies of #8264DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8264DB

Black with #8264DB

Text Example


Text Example

White with #8264DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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