Html Css Color HEX #9574E8 Medium Purple

📋 copy color: '#9574E8'

red 149 ◦ green 116 ◦ blue 232

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

Shades of Medium Purple #9574E8

Tints of Medium Purple #9574E8

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.34%

 BLUE value IS 232 (91.02% from 255) = 46.68%

R = 29.98%
G = 23.34%
B = 46.68%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#9574E8 (or 0x9574E8) is known color: Medium Purple. HEX triplet: 95, 74 and E8. RGB value is (149,116,232). Sum of RGB (Red+Green+Blue) = 149+116+232=497 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.98% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 232 - color contains mainly: blue. Hex color #9574E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9574E8 is #6A8B17. Grayscale: #8A8A8A. Windows color (decimal): -6982424 or 15234197. OLE color: 15234197.

HSL color Cylindrical-coordinate representation of color #9574E8: hue angle of 257.07º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9574E8 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 116 232 -
CMYK 0.36 0.50 0 0.09
HSL 257.07º 0.72% 0.68% -
HSV(B) 257.07º 0.5% 0.91% -
XYZ 33.21 24.71 79.36 -
YUV 139.09 180.43 135.07 -
System Red Green Blue C M Y K H S L
Decimal 149 116 232 0.36 0.50 0 0.09 257.07 0.72 0.68
Hex 95 74 E8 24 32 0 9 101 48 44
Octal 225 164 350 44 62 0 11 401 110 104
Binary 10010101 1110100 11101000 100100 110010 0 1001 100000001 1001000 1000100

Color Harmonies of #9574E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574E8

Black with #9574E8

Text Example


Text Example

White with #9574E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9574E8; }

 p { color: rgb(149,116,232); }

 H1.HeaderClassName
 {
   color: #9574E8;
 }
 .AnyTagClassName
 {
   color: #9574E8;
 }
</style>

background-color css

<style>
 a { background-color: #9574E8; }

 a { background-color: rgb(149,116,232); }

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

border-color css

<style>
 span { border-color: #9574E8; }

 span { border-color: rgb(149,116,232); }

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