Html Css Color HEX #8960DB Medium Purple

📋 copy color: '#8960DB'

red 137 ◦ green 96 ◦ blue 219

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

Shades of Medium Purple #8960DB

Tints of Medium Purple #8960DB

RGB

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

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

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

R = 30.31%
G = 21.24%
B = 48.45%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8960DB (or 0x8960DB) is known color: Medium Purple. HEX triplet: 89, 60 and DB. RGB value is (137,96,219). Sum of RGB (Red+Green+Blue) = 137+96+219=452 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.31% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8960DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8960DB is #769F24. Grayscale: #797979. Windows color (decimal): -7773989 or 14377097. OLE color: 14377097.

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

Color convert

RGB 137 96 219 -
CMYK 0.37 0.56 0 0.14
HSL 260º 0.63% 0.62% -
HSV(B) 260º 0.56% 0.86% -
XYZ 27.29 18.8 69.21 -
YUV 122.28 182.58 138.5 -
System Red Green Blue C M Y K H S L
Decimal 137 96 219 0.37 0.56 0 0.14 260 0.63 0.62
Hex 89 60 DB 25 38 0 E 104 3F 3E
Octal 211 140 333 45 70 0 16 404 77 76
Binary 10001001 1100000 11011011 100101 111000 0 1110 100000100 111111 111110

Color Harmonies of #8960DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8960DB

Black with #8960DB

Text Example


Text Example

White with #8960DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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