Html Css Color HEX #9574EB Medium Purple

📋 copy color: '#9574EB'

red 149 ◦ green 116 ◦ blue 235

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

Shades of Medium Purple #9574EB

Tints of Medium Purple #9574EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47%

R = 29.8%
G = 23.2%
B = 47%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9574EB (or 0x9574EB) is known color: Medium Purple. HEX triplet: 95, 74 and EB. RGB value is (149,116,235). Sum of RGB (Red+Green+Blue) = 149+116+235=500 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #9574EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9574EB is #6A8B14. Grayscale: #8A8A8A. Windows color (decimal): -6982421 or 15430805. OLE color: 15430805.

HSL color Cylindrical-coordinate representation of color #9574EB: hue angle of 256.64º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9574EB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 116 235 -
CMYK 0.37 0.51 0 0.08
HSL 256.64º 0.75% 0.69% -
HSV(B) 256.64º 0.51% 0.92% -
XYZ 33.64 24.88 81.63 -
YUV 139.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 149 116 235 0.37 0.51 0 0.08 256.64 0.75 0.69
Hex 95 74 EB 25 33 0 8 101 4B 45
Octal 225 164 353 45 63 0 10 401 113 105
Binary 10010101 1110100 11101011 100101 110011 0 1000 100000001 1001011 1000101

Color Harmonies of #9574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574EB

Black with #9574EB

Text Example


Text Example

White with #9574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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