Html Css Color HEX #9578DF Medium Purple

📋 copy color: '#9578DF'

red 149 ◦ green 120 ◦ blue 223

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

Shades of Medium Purple #9578DF

Tints of Medium Purple #9578DF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.39%

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

R = 30.28%
G = 24.39%
B = 45.33%

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

#9578DF (or 0x9578DF) is known color: Medium Purple. HEX triplet: 95, 78 and DF. RGB value is (149,120,223). Sum of RGB (Red+Green+Blue) = 149+120+223=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #9578DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578DF is #6A8720. Grayscale: #8C8C8C. Windows color (decimal): -6981409 or 14645397. OLE color: 14645397.

HSL color Cylindrical-coordinate representation of color #9578DF: hue angle of 256.89º degrees, saturation: 0.62, 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 #9578DF is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 120 223 -
CMYK 0.33 0.46 0 0.13
HSL 256.89º 0.62% 0.67% -
HSV(B) 256.89º 0.46% 0.87% -
XYZ 32.43 25.15 72.96 -
YUV 140.41 174.61 134.12 -
System Red Green Blue C M Y K H S L
Decimal 149 120 223 0.33 0.46 0 0.13 256.89 0.62 0.67
Hex 95 78 DF 21 2E 0 D 101 3E 43
Octal 225 170 337 41 56 0 15 401 76 103
Binary 10010101 1111000 11011111 100001 101110 0 1101 100000001 111110 1000011

Color Harmonies of #9578DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9578DF

Black with #9578DF

Text Example


Text Example

White with #9578DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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