Html Css Color HEX #9473EA Medium Purple

📋 copy color: '#9473EA'

red 148 ◦ green 115 ◦ blue 234

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

Shades of Medium Purple #9473EA

Tints of Medium Purple #9473EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.14%

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

R = 29.78%
G = 23.14%
B = 47.08%

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

#9473EA (or 0x9473EA) is known color: Medium Purple. HEX triplet: 94, 73 and EA. RGB value is (148,115,234). Sum of RGB (Red+Green+Blue) = 148+115+234=497 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.78% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #9473EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9473EA is #6B8C15. Grayscale: #898989. Windows color (decimal): -7048214 or 15365012. OLE color: 15365012.

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

Color convert

RGB 148 115 234 -
CMYK 0.37 0.51 0 0.08
HSL 256.64º 0.74% 0.68% -
HSV(B) 256.64º 0.51% 0.92% -
XYZ 33.19 24.5 80.82 -
YUV 138.43 181.93 134.82 -
System Red Green Blue C M Y K H S L
Decimal 148 115 234 0.37 0.51 0 0.08 256.64 0.74 0.68
Hex 94 73 EA 25 33 0 8 101 4A 44
Octal 224 163 352 45 63 0 10 401 112 104
Binary 10010100 1110011 11101010 100101 110011 0 1000 100000001 1001010 1000100

Color Harmonies of #9473EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473EA

Black with #9473EA

Text Example


Text Example

White with #9473EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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