Html Css Color HEX #8954DE Medium Purple

📋 copy color: '#8954DE'

red 137 ◦ green 84 ◦ blue 222

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

Shades of Medium Purple #8954DE

Tints of Medium Purple #8954DE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

 BLUE value IS 222 (87.11% from 255) = 50.11%

R = 30.93%
G = 18.96%
B = 50.11%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8954DE (or 0x8954DE) is known color: Medium Purple. HEX triplet: 89, 54 and DE. RGB value is (137,84,222). Sum of RGB (Red+Green+Blue) = 137+84+222=443 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.93% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #8954DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8954DE is #76AB21. Grayscale: #737373. Windows color (decimal): -7777058 or 14570633. OLE color: 14570633.

HSL color Cylindrical-coordinate representation of color #8954DE: hue angle of 263.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8954DE is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 84 222 -
CMYK 0.38 0.62 0 0.13
HSL 263.04º 0.68% 0.6% -
HSV(B) 263.04º 0.62% 0.87% -
XYZ 26.67 16.93 70.97 -
YUV 115.58 188.06 143.28 -
System Red Green Blue C M Y K H S L
Decimal 137 84 222 0.38 0.62 0 0.13 263.04 0.68 0.6
Hex 89 54 DE 26 3E 0 D 107 44 3C
Octal 211 124 336 46 76 0 15 407 104 74
Binary 10001001 1010100 11011110 100110 111110 0 1101 100000111 1000100 111100

Color Harmonies of #8954DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8954DE

Black with #8954DE

Text Example


Text Example

White with #8954DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8954DE; }

 p { color: rgb(137,84,222); }

 H1.HeaderClassName
 {
   color: #8954DE;
 }
 .AnyTagClassName
 {
   color: #8954DE;
 }
</style>

background-color css

<style>
 a { background-color: #8954DE; }

 a { background-color: rgb(137,84,222); }

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

border-color css

<style>
 span { border-color: #8954DE; }

 span { border-color: rgb(137,84,222); }

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