Html Css Color HEX #8960DD Medium Purple

📋 copy color: '#8960DD'

red 137 ◦ green 96 ◦ blue 221

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

Shades of Medium Purple #8960DD

Tints of Medium Purple #8960DD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.15%

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

R = 30.18%
G = 21.15%
B = 48.68%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8960DD (or 0x8960DD) is known color: Medium Purple. HEX triplet: 89, 60 and DD. RGB value is (137,96,221). Sum of RGB (Red+Green+Blue) = 137+96+221=454 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.18% from 454); Green value is 96 (37.89% from 255 or 21.15% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #8960DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960DD is #769F22. Grayscale: #7A7A7A. Windows color (decimal): -7773987 or 14508169. OLE color: 14508169.

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

Color convert

RGB 137 96 221 -
CMYK 0.38 0.57 0 0.13
HSL 259.68º 0.65% 0.62% -
HSV(B) 259.68º 0.57% 0.87% -
XYZ 27.55 18.9 70.6 -
YUV 122.51 183.58 138.34 -
System Red Green Blue C M Y K H S L
Decimal 137 96 221 0.38 0.57 0 0.13 259.68 0.65 0.62
Hex 89 60 DD 26 39 0 D 104 41 3E
Octal 211 140 335 46 71 0 15 404 101 76
Binary 10001001 1100000 11011101 100110 111001 0 1101 100000100 1000001 111110

Color Harmonies of #8960DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8960DD

Black with #8960DD

Text Example


Text Example

White with #8960DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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