Html Css Color HEX #9579DB Medium Purple

📋 copy color: '#9579DB'

red 149 ◦ green 121 ◦ blue 219

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

Shades of Medium Purple #9579DB

Tints of Medium Purple #9579DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.74%

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

R = 30.47%
G = 24.74%
B = 44.79%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9579DB (or 0x9579DB) is known color: Medium Purple. HEX triplet: 95, 79 and DB. RGB value is (149,121,219). Sum of RGB (Red+Green+Blue) = 149+121+219=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #9579DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579DB is #6A8624. Grayscale: #8C8C8C. Windows color (decimal): -6981157 or 14383509. OLE color: 14383509.

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

Color convert

RGB 149 121 219 -
CMYK 0.32 0.45 0 0.14
HSL 257.14º 0.58% 0.67% -
HSV(B) 257.14º 0.45% 0.86% -
XYZ 32.02 25.18 70.19 -
YUV 140.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 149 121 219 0.32 0.45 0 0.14 257.14 0.58 0.67
Hex 95 79 DB 20 2D 0 E 101 3A 43
Octal 225 171 333 40 55 0 16 401 72 103
Binary 10010101 1111001 11011011 100000 101101 0 1110 100000001 111010 1000011

Color Harmonies of #9579DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579DB

Black with #9579DB

Text Example


Text Example

White with #9579DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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