Html Css Color HEX #8963DB Medium Purple

📋 copy color: '#8963DB'

red 137 ◦ green 99 ◦ blue 219

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

Shades of Medium Purple #8963DB

Tints of Medium Purple #8963DB

RGB

 RED value IS 137 (53.91% from 255) = 30.11%

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

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

R = 30.11%
G = 21.76%
B = 48.13%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8963DB (or 0x8963DB) is known color: Medium Purple. HEX triplet: 89, 63 and DB. RGB value is (137,99,219). Sum of RGB (Red+Green+Blue) = 137+99+219=455 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.11% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #8963DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8963DB is #769C24. Grayscale: #7B7B7B. Windows color (decimal): -7773221 or 14377865. OLE color: 14377865.

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

Color convert

RGB 137 99 219 -
CMYK 0.37 0.55 0 0.14
HSL 259º 0.63% 0.62% -
HSV(B) 259º 0.55% 0.86% -
XYZ 27.56 19.36 69.3 -
YUV 124.04 181.59 137.24 -
System Red Green Blue C M Y K H S L
Decimal 137 99 219 0.37 0.55 0 0.14 259 0.63 0.62
Hex 89 63 DB 25 37 0 E 103 3E 3E
Octal 211 143 333 45 67 0 16 403 76 76
Binary 10001001 1100011 11011011 100101 110111 0 1110 100000011 111110 111110

Color Harmonies of #8963DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8963DB

Black with #8963DB

Text Example


Text Example

White with #8963DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,99,219); }

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

background-color css

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

 a { background-color: rgb(137,99,219); }

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

border-color css

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

 span { border-color: rgb(137,99,219); }

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