Html Css Color HEX #9579DC Medium Purple

📋 copy color: '#9579DC'

red 149 ◦ green 121 ◦ blue 220

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

Shades of Medium Purple #9579DC

Tints of Medium Purple #9579DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 30.41%
G = 24.69%
B = 44.9%

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

#9579DC (or 0x9579DC) is known color: Medium Purple. HEX triplet: 95, 79 and DC. RGB value is (149,121,220). Sum of RGB (Red+Green+Blue) = 149+121+220=490 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.41% from 490); Green value is 121 (47.66% from 255 or 24.69% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9579DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579DC is #6A8623. Grayscale: #8C8C8C. Windows color (decimal): -6981156 or 14449045. OLE color: 14449045.

HSL color Cylindrical-coordinate representation of color #9579DC: hue angle of 256.97º degrees, saturation: 0.59, 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 #9579DC is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 149 121 220 -
CMYK 0.32 0.45 0 0.14
HSL 256.97º 0.59% 0.67% -
HSV(B) 256.97º 0.45% 0.86% -
XYZ 32.15 25.23 70.89 -
YUV 140.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 149 121 220 0.32 0.45 0 0.14 256.97 0.59 0.67
Hex 95 79 DC 20 2D 0 E 101 3B 43
Octal 225 171 334 40 55 0 16 401 73 103
Binary 10010101 1111001 11011100 100000 101101 0 1110 100000001 111011 1000011

Color Harmonies of #9579DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579DC

Black with #9579DC

Text Example


Text Example

White with #9579DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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