Html Css Color HEX #8263DA Medium Purple

📋 copy color: '#8263DA'

red 130 ◦ green 99 ◦ blue 218

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

Shades of Medium Purple #8263DA

Tints of Medium Purple #8263DA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.15%

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

R = 29.08%
G = 22.15%
B = 48.77%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8263DA (or 0x8263DA) is known color: Medium Purple. HEX triplet: 82, 63 and DA. RGB value is (130,99,218). Sum of RGB (Red+Green+Blue) = 130+99+218=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 99 (39.06% from 255 or 22.15% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #8263DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8263DA is #7D9C25. Grayscale: #797979. Windows color (decimal): -8231974 or 14312322. OLE color: 14312322.

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

Color convert

RGB 130 99 218 -
CMYK 0.40 0.55 0 0.15
HSL 255.63º 0.62% 0.62% -
HSV(B) 255.63º 0.55% 0.85% -
XYZ 26.32 18.73 68.56 -
YUV 121.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 130 99 218 0.40 0.55 0 0.15 255.63 0.62 0.62
Hex 82 63 DA 28 37 0 F 100 3E 3E
Octal 202 143 332 50 67 0 17 400 76 76
Binary 10000010 1100011 11011010 101000 110111 0 1111 100000000 111110 111110

Color Harmonies of #8263DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8263DA

Black with #8263DA

Text Example


Text Example

White with #8263DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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