Html Css Color HEX #8955DB Medium Purple

📋 copy color: '#8955DB'

red 137 ◦ green 85 ◦ blue 219

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

Shades of Medium Purple #8955DB

Tints of Medium Purple #8955DB

RGB

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

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

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

R = 31.07%
G = 19.27%
B = 49.66%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8955DB (or 0x8955DB) is known color: Medium Purple. HEX triplet: 89, 55 and DB. RGB value is (137,85,219). Sum of RGB (Red+Green+Blue) = 137+85+219=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #8955DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8955DB is #76AA24. Grayscale: #737373. Windows color (decimal): -7776805 or 14374281. OLE color: 14374281.

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

Color convert

RGB 137 85 219 -
CMYK 0.37 0.61 0 0.14
HSL 263.28º 0.65% 0.6% -
HSV(B) 263.28º 0.61% 0.86% -
XYZ 26.35 16.93 68.9 -
YUV 115.82 186.23 143.1 -
System Red Green Blue C M Y K H S L
Decimal 137 85 219 0.37 0.61 0 0.14 263.28 0.65 0.6
Hex 89 55 DB 25 3D 0 E 107 41 3C
Octal 211 125 333 45 75 0 16 407 101 74
Binary 10001001 1010101 11011011 100101 111101 0 1110 100000111 1000001 111100

Color Harmonies of #8955DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8955DB

Black with #8955DB

Text Example


Text Example

White with #8955DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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