Html Css Color HEX #8B63DF Medium Purple

📋 copy color: '#8B63DF'

red 139 ◦ green 99 ◦ blue 223

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

Shades of Medium Purple #8B63DF

Tints of Medium Purple #8B63DF

RGB

 RED value IS 139 (54.69% from 255) = 30.15%

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

 BLUE value IS 223 (87.5% from 255) = 48.37%

R = 30.15%
G = 21.48%
B = 48.37%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8B63DF (or 0x8B63DF) is known color: Medium Purple. HEX triplet: 8B, 63 and DF. RGB value is (139,99,223). Sum of RGB (Red+Green+Blue) = 139+99+223=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 99 (39.06% from 255 or 21.48% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B63DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B63DF is #749C20. Grayscale: #7C7C7C. Windows color (decimal): -7642145 or 14640011. OLE color: 14640011.

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

Color convert

RGB 139 99 223 -
CMYK 0.38 0.56 0 0.13
HSL 259.35º 0.66% 0.63% -
HSV(B) 259.35º 0.56% 0.87% -
XYZ 28.43 19.74 72.12 -
YUV 125.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 139 99 223 0.38 0.56 0 0.13 259.35 0.66 0.63
Hex 8B 63 DF 26 38 0 D 103 42 3F
Octal 213 143 337 46 70 0 15 403 102 77
Binary 10001011 1100011 11011111 100110 111000 0 1101 100000011 1000010 111111

Color Harmonies of #8B63DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B63DF

Black with #8B63DF

Text Example


Text Example

White with #8B63DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,99,223); }

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

background-color css

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

 a { background-color: rgb(139,99,223); }

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

border-color css

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

 span { border-color: rgb(139,99,223); }

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