Html Css Color HEX #9478DB Medium Purple

📋 copy color: '#9478DB'

red 148 ◦ green 120 ◦ blue 219

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

Shades of Medium Purple #9478DB

Tints of Medium Purple #9478DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.64%

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

R = 30.39%
G = 24.64%
B = 44.97%

CMYK

 C value IS 0.32

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9478DB (or 0x9478DB) is known color: Medium Purple. HEX triplet: 94, 78 and DB. RGB value is (148,120,219). Sum of RGB (Red+Green+Blue) = 148+120+219=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #9478DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9478DB is #6B8724. Grayscale: #8B8B8B. Windows color (decimal): -7046949 or 14383252. OLE color: 14383252.

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

Color convert

RGB 148 120 219 -
CMYK 0.32 0.45 0 0.14
HSL 256.97º 0.58% 0.66% -
HSV(B) 256.97º 0.45% 0.86% -
XYZ 31.72 24.84 70.14 -
YUV 139.66 172.78 133.95 -
System Red Green Blue C M Y K H S L
Decimal 148 120 219 0.32 0.45 0 0.14 256.97 0.58 0.66
Hex 94 78 DB 20 2D 0 E 101 3A 42
Octal 224 170 333 40 55 0 16 401 72 102
Binary 10010100 1111000 11011011 100000 101101 0 1110 100000001 111010 1000010

Color Harmonies of #9478DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9478DB

Black with #9478DB

Text Example


Text Example

White with #9478DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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