Html Css Color HEX #9579DF Medium Purple

📋 copy color: '#9579DF'

red 149 ◦ green 121 ◦ blue 223

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

Shades of Medium Purple #9579DF

Tints of Medium Purple #9579DF

RGB

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

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

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

R = 30.22%
G = 24.54%
B = 45.23%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9579DF (or 0x9579DF) is known color: Medium Purple. HEX triplet: 95, 79 and DF. RGB value is (149,121,223). Sum of RGB (Red+Green+Blue) = 149+121+223=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #9579DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579DF is #6A8620. Grayscale: #8C8C8C. Windows color (decimal): -6981153 or 14645653. OLE color: 14645653.

HSL color Cylindrical-coordinate representation of color #9579DF: hue angle of 256.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9579DF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 121 223 -
CMYK 0.33 0.46 0 0.13
HSL 256.47º 0.61% 0.67% -
HSV(B) 256.47º 0.46% 0.87% -
XYZ 32.55 25.39 73 -
YUV 141 174.28 133.71 -
System Red Green Blue C M Y K H S L
Decimal 149 121 223 0.33 0.46 0 0.13 256.47 0.61 0.67
Hex 95 79 DF 21 2E 0 D 100 3D 43
Octal 225 171 337 41 56 0 15 400 75 103
Binary 10010101 1111001 11011111 100001 101110 0 1101 100000000 111101 1000011

Color Harmonies of #9579DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579DF

Black with #9579DF

Text Example


Text Example

White with #9579DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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