Html Css Color HEX #9580DB Medium Purple

📋 copy color: '#9580DB'

red 149 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #9580DB

Tints of Medium Purple #9580DB

RGB

 RED value IS 149 (58.59% from 255) = 30.04%

 GREEN value IS 128 (50.39% from 255) = 25.81%

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

R = 30.04%
G = 25.81%
B = 44.15%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9580DB (or 0x9580DB) is known color: Medium Purple. HEX triplet: 95, 80 and DB. RGB value is (149,128,219). Sum of RGB (Red+Green+Blue) = 149+128+219=496 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.04% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 219 (85.94% from 255 or 44.15% from 496); Max value from RGB is 219 - color contains mainly: blue. Hex color #9580DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9580DB is #6A7F24. Grayscale: #909090. Windows color (decimal): -6979365 or 14385301. OLE color: 14385301.

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

Color convert

RGB 149 128 219 -
CMYK 0.32 0.42 0 0.14
HSL 253.85º 0.56% 0.68% -
HSV(B) 253.85º 0.42% 0.86% -
XYZ 32.9 26.94 70.48 -
YUV 144.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 149 128 219 0.32 0.42 0 0.14 253.85 0.56 0.68
Hex 95 80 DB 20 2A 0 E FE 38 44
Octal 225 200 333 40 52 0 16 376 70 104
Binary 10010101 10000000 11011011 100000 101010 0 1110 11111110 111000 1000100

Color Harmonies of #9580DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9580DB

Black with #9580DB

Text Example


Text Example

White with #9580DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,128,219); }

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

background-color css

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

 a { background-color: rgb(149,128,219); }

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

border-color css

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

 span { border-color: rgb(149,128,219); }

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