Html Css Color HEX #9578E0 Medium Purple

📋 copy color: '#9578E0'

red 149 ◦ green 120 ◦ blue 224

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

Shades of Medium Purple #9578E0

Tints of Medium Purple #9578E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 30.22%
G = 24.34%
B = 45.44%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9578E0 (or 0x9578E0) is known color: Medium Purple. HEX triplet: 95, 78 and E0. RGB value is (149,120,224). Sum of RGB (Red+Green+Blue) = 149+120+224=493 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.22% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #9578E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578E0 is #6A871F. Grayscale: #8C8C8C. Windows color (decimal): -6981408 or 14710933. OLE color: 14710933.

HSL color Cylindrical-coordinate representation of color #9578E0: hue angle of 256.73º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9578E0 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 149 120 224 -
CMYK 0.33 0.46 0 0.12
HSL 256.73º 0.63% 0.67% -
HSV(B) 256.73º 0.46% 0.88% -
XYZ 32.57 25.2 73.67 -
YUV 140.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 149 120 224 0.33 0.46 0 0.12 256.73 0.63 0.67
Hex 95 78 E0 21 2E 0 C 101 3F 43
Octal 225 170 340 41 56 0 14 401 77 103
Binary 10010101 1111000 11100000 100001 101110 0 1100 100000001 111111 1000011

Color Harmonies of #9578E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9578E0

Black with #9578E0

Text Example


Text Example

White with #9578E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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