Html Css Color HEX #8A63DD Medium Purple

📋 copy color: '#8A63DD'

red 138 ◦ green 99 ◦ blue 221

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

Shades of Medium Purple #8A63DD

Tints of Medium Purple #8A63DD

RGB

 RED value IS 138 (54.3% from 255) = 30.13%

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

 BLUE value IS 221 (86.72% from 255) = 48.25%

R = 30.13%
G = 21.62%
B = 48.25%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8A63DD (or 0x8A63DD) is known color: Medium Purple. HEX triplet: 8A, 63 and DD. RGB value is (138,99,221). Sum of RGB (Red+Green+Blue) = 138+99+221=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #8A63DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A63DD is #759C22. Grayscale: #7C7C7C. Windows color (decimal): -7707683 or 14508938. OLE color: 14508938.

HSL color Cylindrical-coordinate representation of color #8A63DD: hue angle of 259.18º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A63DD is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 99 221 -
CMYK 0.38 0.55 0 0.13
HSL 259.18º 0.64% 0.63% -
HSV(B) 259.18º 0.55% 0.87% -
XYZ 27.99 19.55 70.7 -
YUV 124.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 138 99 221 0.38 0.55 0 0.13 259.18 0.64 0.63
Hex 8A 63 DD 26 37 0 D 103 40 3F
Octal 212 143 335 46 67 0 15 403 100 77
Binary 10001010 1100011 11011101 100110 110111 0 1101 100000011 1000000 111111

Color Harmonies of #8A63DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A63DD

Black with #8A63DD

Text Example


Text Example

White with #8A63DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A63DD; }

 p { color: rgb(138,99,221); }

 H1.HeaderClassName
 {
   color: #8A63DD;
 }
 .AnyTagClassName
 {
   color: #8A63DD;
 }
</style>

background-color css

<style>
 a { background-color: #8A63DD; }

 a { background-color: rgb(138,99,221); }

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

border-color css

<style>
 span { border-color: #8A63DD; }

 span { border-color: rgb(138,99,221); }

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