Html Css Color HEX #9579DA Medium Purple

📋 copy color: '#9579DA'

red 149 ◦ green 121 ◦ blue 218

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

Shades of Medium Purple #9579DA

Tints of Medium Purple #9579DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.67%

R = 30.53%
G = 24.8%
B = 44.67%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9579DA (or 0x9579DA) is known color: Medium Purple. HEX triplet: 95, 79 and DA. RGB value is (149,121,218). Sum of RGB (Red+Green+Blue) = 149+121+218=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #9579DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579DA is #6A8625. Grayscale: #8C8C8C. Windows color (decimal): -6981158 or 14317973. OLE color: 14317973.

HSL color Cylindrical-coordinate representation of color #9579DA: hue angle of 257.32º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9579DA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 149 121 218 -
CMYK 0.32 0.44 0 0.15
HSL 257.32º 0.57% 0.66% -
HSV(B) 257.32º 0.44% 0.85% -
XYZ 31.89 25.13 69.5 -
YUV 140.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 149 121 218 0.32 0.44 0 0.15 257.32 0.57 0.66
Hex 95 79 DA 20 2C 0 F 101 39 42
Octal 225 171 332 40 54 0 17 401 71 102
Binary 10010101 1111001 11011010 100000 101100 0 1111 100000001 111001 1000010

Color Harmonies of #9579DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9579DA

Black with #9579DA

Text Example


Text Example

White with #9579DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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