Html Css Color HEX #9473EB Medium Purple

📋 copy color: '#9473EB'

red 148 ◦ green 115 ◦ blue 235

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

Shades of Medium Purple #9473EB

Tints of Medium Purple #9473EB

RGB

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

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

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

R = 29.72%
G = 23.09%
B = 47.19%

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

#9473EB (or 0x9473EB) is known color: Medium Purple. HEX triplet: 94, 73 and EB. RGB value is (148,115,235). Sum of RGB (Red+Green+Blue) = 148+115+235=498 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.72% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #9473EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9473EB is #6B8C14. Grayscale: #8A8A8A. Windows color (decimal): -7048213 or 15430548. OLE color: 15430548.

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

Color convert

RGB 148 115 235 -
CMYK 0.37 0.51 0 0.08
HSL 256.5º 0.75% 0.69% -
HSV(B) 256.5º 0.51% 0.92% -
XYZ 33.34 24.56 81.58 -
YUV 138.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 148 115 235 0.37 0.51 0 0.08 256.5 0.75 0.69
Hex 94 73 EB 25 33 0 8 100 4B 45
Octal 224 163 353 45 63 0 10 400 113 105
Binary 10010100 1110011 11101011 100101 110011 0 1000 100000000 1001011 1000101

Color Harmonies of #9473EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473EB

Black with #9473EB

Text Example


Text Example

White with #9473EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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