Html Css Color HEX #9184EB Medium Purple

📋 copy color: '#9184EB'

red 145 ◦ green 132 ◦ blue 235

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

Shades of Medium Purple #9184EB

Tints of Medium Purple #9184EB

RGB

 RED value IS 145 (57.03% from 255) = 28.32%

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

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

R = 28.32%
G = 25.78%
B = 45.9%

CMYK

 C value IS 0.38

 M value IS 0.44

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9184EB (or 0x9184EB) is known color: Medium Purple. HEX triplet: 91, 84 and EB. RGB value is (145,132,235). Sum of RGB (Red+Green+Blue) = 145+132+235=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #9184EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9184EB is #6E7B14. Grayscale: #939393. Windows color (decimal): -7240469 or 15434897. OLE color: 15434897.

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

Color convert

RGB 145 132 235 -
CMYK 0.38 0.44 0 0.08
HSL 247.57º 0.72% 0.72% -
HSV(B) 247.57º 0.44% 0.92% -
XYZ 34.92 28.52 82.26 -
YUV 147.63 177.31 126.12 -
System Red Green Blue C M Y K H S L
Decimal 145 132 235 0.38 0.44 0 0.08 247.57 0.72 0.72
Hex 91 84 EB 26 2C 0 8 F8 48 48
Octal 221 204 353 46 54 0 10 370 110 110
Binary 10010001 10000100 11101011 100110 101100 0 1000 11111000 1001000 1001000

Color Harmonies of #9184EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9184EB

Black with #9184EB

Text Example


Text Example

White with #9184EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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