Html Css Color HEX #9484EB Medium Purple

📋 copy color: '#9484EB'

red 148 ◦ green 132 ◦ blue 235

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

Shades of Medium Purple #9484EB

Tints of Medium Purple #9484EB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.63%

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

R = 28.74%
G = 25.63%
B = 45.63%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9484EB (or 0x9484EB) is known color: Medium Purple. HEX triplet: 94, 84 and EB. RGB value is (148,132,235). Sum of RGB (Red+Green+Blue) = 148+132+235=515 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.74% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 235 (92.19% from 255 or 45.63% from 515); Max value from RGB is 235 - color contains mainly: blue. Hex color #9484EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9484EB is #6B7B14. Grayscale: #949494. Windows color (decimal): -7043861 or 15434900. OLE color: 15434900.

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

Color convert

RGB 148 132 235 -
CMYK 0.37 0.44 0 0.08
HSL 249.32º 0.72% 0.72% -
HSV(B) 249.32º 0.44% 0.92% -
XYZ 35.46 28.8 82.29 -
YUV 148.53 176.8 127.62 -
System Red Green Blue C M Y K H S L
Decimal 148 132 235 0.37 0.44 0 0.08 249.32 0.72 0.72
Hex 94 84 EB 25 2C 0 8 F9 48 48
Octal 224 204 353 45 54 0 10 371 110 110
Binary 10010100 10000100 11101011 100101 101100 0 1000 11111001 1001000 1001000

Color Harmonies of #9484EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9484EB

Black with #9484EB

Text Example


Text Example

White with #9484EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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