Html Css Color HEX #9480DB Medium Purple

📋 copy color: '#9480DB'

red 148 ◦ green 128 ◦ blue 219

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

Shades of Medium Purple #9480DB

Tints of Medium Purple #9480DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.86%

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

R = 29.9%
G = 25.86%
B = 44.24%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9480DB (or 0x9480DB) is known color: Medium Purple. HEX triplet: 94, 80 and DB. RGB value is (148,128,219). Sum of RGB (Red+Green+Blue) = 148+128+219=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #9480DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9480DB is #6B7F24. Grayscale: #909090. Windows color (decimal): -7044901 or 14385300. OLE color: 14385300.

HSL color Cylindrical-coordinate representation of color #9480DB: hue angle of 253.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9480DB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 128 219 -
CMYK 0.32 0.42 0 0.14
HSL 253.19º 0.56% 0.68% -
HSV(B) 253.19º 0.42% 0.86% -
XYZ 32.72 26.85 70.48 -
YUV 144.35 170.13 130.6 -
System Red Green Blue C M Y K H S L
Decimal 148 128 219 0.32 0.42 0 0.14 253.19 0.56 0.68
Hex 94 80 DB 20 2A 0 E FD 38 44
Octal 224 200 333 40 52 0 16 375 70 104
Binary 10010100 10000000 11011011 100000 101010 0 1110 11111101 111000 1000100

Color Harmonies of #9480DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9480DB

Black with #9480DB

Text Example


Text Example

White with #9480DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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