Html Css Color HEX #9474EA Medium Purple

📋 copy color: '#9474EA'

red 148 ◦ green 116 ◦ blue 234

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

Shades of Medium Purple #9474EA

Tints of Medium Purple #9474EA

RGB

 RED value IS 148 (58.2% from 255) = 29.72%

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

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

R = 29.72%
G = 23.29%
B = 46.99%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9474EA (or 0x9474EA) is known color: Medium Purple. HEX triplet: 94, 74 and EA. RGB value is (148,116,234). Sum of RGB (Red+Green+Blue) = 148+116+234=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #9474EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9474EA is #6B8B15. Grayscale: #8A8A8A. Windows color (decimal): -7047958 or 15365268. OLE color: 15365268.

HSL color Cylindrical-coordinate representation of color #9474EA: hue angle of 256.27º 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 #9474EA is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 116 234 -
CMYK 0.37 0.50 0 0.08
HSL 256.27º 0.74% 0.69% -
HSV(B) 256.27º 0.5% 0.92% -
XYZ 33.31 24.73 80.86 -
YUV 139.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 148 116 234 0.37 0.50 0 0.08 256.27 0.74 0.69
Hex 94 74 EA 25 32 0 8 100 4A 45
Octal 224 164 352 45 62 0 10 400 112 105
Binary 10010100 1110100 11101010 100101 110010 0 1000 100000000 1001010 1000101

Color Harmonies of #9474EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9474EA

Black with #9474EA

Text Example


Text Example

White with #9474EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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