Html Css Color HEX #9470DB Medium Purple

📋 copy color: '#9470DB'

red 148 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #9470DB

Tints of Medium Purple #9470DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.38%

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

R = 30.9%
G = 23.38%
B = 45.72%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9470DB (or 0x9470DB) is known color: Medium Purple. HEX triplet: 94, 70 and DB. RGB value is (148,112,219). Sum of RGB (Red+Green+Blue) = 148+112+219=479 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.90% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #9470DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9470DB is #6B8F24. Grayscale: #868686. Windows color (decimal): -7048997 or 14381204. OLE color: 14381204.

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

Color convert

RGB 148 112 219 -
CMYK 0.32 0.49 0 0.14
HSL 260.19º 0.6% 0.65% -
HSV(B) 260.19º 0.49% 0.86% -
XYZ 30.79 23 69.83 -
YUV 134.96 175.43 137.3 -
System Red Green Blue C M Y K H S L
Decimal 148 112 219 0.32 0.49 0 0.14 260.19 0.6 0.65
Hex 94 70 DB 20 31 0 E 104 3C 41
Octal 224 160 333 40 61 0 16 404 74 101
Binary 10010100 1110000 11011011 100000 110001 0 1110 100000100 111100 1000001

Color Harmonies of #9470DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9470DB

Black with #9470DB

Text Example


Text Example

White with #9470DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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