Html Css Color HEX #8953DD Medium Purple

📋 copy color: '#8953DD'

red 137 ◦ green 83 ◦ blue 221

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

Shades of Medium Purple #8953DD

Tints of Medium Purple #8953DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.82%

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 31.07%
G = 18.82%
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

#8953DD (or 0x8953DD) is known color: Medium Purple. HEX triplet: 89, 53 and DD. RGB value is (137,83,221). Sum of RGB (Red+Green+Blue) = 137+83+221=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #8953DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8953DD is #76AC22. Grayscale: #727272. Windows color (decimal): -7777315 or 14504841. OLE color: 14504841.

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

Color convert

RGB 137 83 221 -
CMYK 0.38 0.62 0 0.13
HSL 263.48º 0.67% 0.6% -
HSV(B) 263.48º 0.62% 0.87% -
XYZ 26.46 16.73 70.24 -
YUV 114.88 187.89 143.78 -
System Red Green Blue C M Y K H S L
Decimal 137 83 221 0.38 0.62 0 0.13 263.48 0.67 0.6
Hex 89 53 DD 26 3E 0 D 107 43 3C
Octal 211 123 335 46 76 0 15 407 103 74
Binary 10001001 1010011 11011101 100110 111110 0 1101 100000111 1000011 111100

Color Harmonies of #8953DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8953DD

Black with #8953DD

Text Example


Text Example

White with #8953DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8953DD; }

 p { color: rgb(137,83,221); }

 H1.HeaderClassName
 {
   color: #8953DD;
 }
 .AnyTagClassName
 {
   color: #8953DD;
 }
</style>

background-color css

<style>
 a { background-color: #8953DD; }

 a { background-color: rgb(137,83,221); }

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

border-color css

<style>
 span { border-color: #8953DD; }

 span { border-color: rgb(137,83,221); }

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