Html Css Color HEX #8267DA Medium Purple

📋 copy color: '#8267DA'

red 130 ◦ green 103 ◦ blue 218

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

Shades of Medium Purple #8267DA

Tints of Medium Purple #8267DA

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.84%

 BLUE value IS 218 (85.55% from 255) = 48.34%

R = 28.82%
G = 22.84%
B = 48.34%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8267DA (or 0x8267DA) is known color: Medium Purple. HEX triplet: 82, 67 and DA. RGB value is (130,103,218). Sum of RGB (Red+Green+Blue) = 130+103+218=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #8267DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8267DA is #7D9825. Grayscale: #7B7B7B. Windows color (decimal): -8230950 or 14313346. OLE color: 14313346.

HSL color Cylindrical-coordinate representation of color #8267DA: hue angle of 254.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8267DA is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 130 103 218 -
CMYK 0.40 0.53 0 0.15
HSL 254.09º 0.61% 0.63% -
HSV(B) 254.09º 0.53% 0.85% -
XYZ 26.71 19.51 68.69 -
YUV 124.18 180.95 132.15 -
System Red Green Blue C M Y K H S L
Decimal 130 103 218 0.40 0.53 0 0.15 254.09 0.61 0.63
Hex 82 67 DA 28 35 0 F FE 3D 3F
Octal 202 147 332 50 65 0 17 376 75 77
Binary 10000010 1100111 11011010 101000 110101 0 1111 11111110 111101 111111

Color Harmonies of #8267DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8267DA

Black with #8267DA

Text Example


Text Example

White with #8267DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8267DA; }

 p { color: rgb(130,103,218); }

 H1.HeaderClassName
 {
   color: #8267DA;
 }
 .AnyTagClassName
 {
   color: #8267DA;
 }
</style>

background-color css

<style>
 a { background-color: #8267DA; }

 a { background-color: rgb(130,103,218); }

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

border-color css

<style>
 span { border-color: #8267DA; }

 span { border-color: rgb(130,103,218); }

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