Html Css Color HEX #8955DE Medium Purple

📋 copy color: '#8955DE'

red 137 ◦ green 85 ◦ blue 222

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

Shades of Medium Purple #8955DE

Tints of Medium Purple #8955DE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.14%

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

R = 30.86%
G = 19.14%
B = 50%

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

#8955DE (or 0x8955DE) is known color: Medium Purple. HEX triplet: 89, 55 and DE. RGB value is (137,85,222). Sum of RGB (Red+Green+Blue) = 137+85+222=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #8955DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955DE is #76AA21. Grayscale: #737373. Windows color (decimal): -7776802 or 14570889. OLE color: 14570889.

HSL color Cylindrical-coordinate representation of color #8955DE: hue angle of 262.77º degrees, saturation: 0.67, 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 #8955DE is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 137 85 222 -
CMYK 0.38 0.62 0 0.13
HSL 262.77º 0.67% 0.6% -
HSV(B) 262.77º 0.62% 0.87% -
XYZ 26.75 17.09 71 -
YUV 116.17 187.73 142.86 -
System Red Green Blue C M Y K H S L
Decimal 137 85 222 0.38 0.62 0 0.13 262.77 0.67 0.6
Hex 89 55 DE 26 3E 0 D 107 43 3C
Octal 211 125 336 46 76 0 15 407 103 74
Binary 10001001 1010101 11011110 100110 111110 0 1101 100000111 1000011 111100

Color Harmonies of #8955DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8955DE

Black with #8955DE

Text Example


Text Example

White with #8955DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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