Html Css Color HEX #8960DF Medium Purple

📋 copy color: '#8960DF'

red 137 ◦ green 96 ◦ blue 223

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

Shades of Medium Purple #8960DF

Tints of Medium Purple #8960DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.9%

R = 30.04%
G = 21.05%
B = 48.9%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8960DF (or 0x8960DF) is known color: Medium Purple. HEX triplet: 89, 60 and DF. RGB value is (137,96,223). Sum of RGB (Red+Green+Blue) = 137+96+223=456 (60% of max value = 765). Red value is 137 (53.91% from 255 or 30.04% from 456); Green value is 96 (37.89% from 255 or 21.05% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #8960DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960DF is #769F20. Grayscale: #7A7A7A. Windows color (decimal): -7773985 or 14639241. OLE color: 14639241.

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

Color convert

RGB 137 96 223 -
CMYK 0.39 0.57 0 0.13
HSL 259.37º 0.66% 0.63% -
HSV(B) 259.37º 0.57% 0.87% -
XYZ 27.82 19.01 72.02 -
YUV 122.74 184.58 138.17 -
System Red Green Blue C M Y K H S L
Decimal 137 96 223 0.39 0.57 0 0.13 259.37 0.66 0.63
Hex 89 60 DF 27 39 0 D 103 42 3F
Octal 211 140 337 47 71 0 15 403 102 77
Binary 10001001 1100000 11011111 100111 111001 0 1101 100000011 1000010 111111

Color Harmonies of #8960DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8960DF

Black with #8960DF

Text Example


Text Example

White with #8960DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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