Html Css Color HEX #9484DB Medium Purple

📋 copy color: '#9484DB'

red 148 ◦ green 132 ◦ blue 219

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

Shades of Medium Purple #9484DB

Tints of Medium Purple #9484DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.89%

R = 29.66%
G = 26.45%
B = 43.89%

CMYK

 C value IS 0.32

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9484DB (or 0x9484DB) is known color: Medium Purple. HEX triplet: 94, 84 and DB. RGB value is (148,132,219). Sum of RGB (Red+Green+Blue) = 148+132+219=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 219 - color contains mainly: blue. Hex color #9484DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9484DB is #6B7B24. Grayscale: #929292. Windows color (decimal): -7043877 or 14386324. OLE color: 14386324.

HSL color Cylindrical-coordinate representation of color #9484DB: hue angle of 251.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9484DB is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 132 219 -
CMYK 0.32 0.40 0 0.14
HSL 251.03º 0.55% 0.69% -
HSV(B) 251.03º 0.4% 0.86% -
XYZ 33.25 27.91 70.65 -
YUV 146.7 168.8 128.93 -
System Red Green Blue C M Y K H S L
Decimal 148 132 219 0.32 0.40 0 0.14 251.03 0.55 0.69
Hex 94 84 DB 20 28 0 E FB 37 45
Octal 224 204 333 40 50 0 16 373 67 105
Binary 10010100 10000100 11011011 100000 101000 0 1110 11111011 110111 1000101

Color Harmonies of #9484DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9484DB

Black with #9484DB

Text Example


Text Example

White with #9484DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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