Html Css Color HEX #9574EA Medium Purple

📋 copy color: '#9574EA'

red 149 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #9574EA

Tints of Medium Purple #9574EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.89%

R = 29.86%
G = 23.25%
B = 46.89%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9574EA (or 0x9574EA) is known color: Medium Purple. HEX triplet: 95, 74 and EA. RGB value is (149,116,234). Sum of RGB (Red+Green+Blue) = 149+116+234=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 116 (45.70% from 255 or 23.25% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #9574EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9574EA is #6A8B15. Grayscale: #8A8A8A. Windows color (decimal): -6982422 or 15365269. OLE color: 15365269.

HSL color Cylindrical-coordinate representation of color #9574EA: hue angle of 256.78º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9574EA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 149 116 234 -
CMYK 0.36 0.50 0 0.08
HSL 256.78º 0.74% 0.69% -
HSV(B) 256.78º 0.5% 0.92% -
XYZ 33.49 24.82 80.87 -
YUV 139.32 181.43 134.91 -
System Red Green Blue C M Y K H S L
Decimal 149 116 234 0.36 0.50 0 0.08 256.78 0.74 0.69
Hex 95 74 EA 24 32 0 8 101 4A 45
Octal 225 164 352 44 62 0 10 401 112 105
Binary 10010101 1110100 11101010 100100 110010 0 1000 100000001 1001010 1000101

Color Harmonies of #9574EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9574EA

Black with #9574EA

Text Example


Text Example

White with #9574EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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