Html Css Color HEX #9473D1 Medium Purple

📋 copy color: '#9473D1'

red 148 ◦ green 115 ◦ blue 209

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

Shades of Medium Purple #9473D1

Tints of Medium Purple #9473D1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.36%

 BLUE value IS 209 (82.03% from 255) = 44.28%

R = 31.36%
G = 24.36%
B = 44.28%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#9473D1 (or 0x9473D1) is known color: Medium Purple. HEX triplet: 94, 73 and D1. RGB value is (148,115,209). Sum of RGB (Red+Green+Blue) = 148+115+209=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 115 (45.31% from 255 or 24.36% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #9473D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9473D1 is #6B8C2E. Grayscale: #878787. Windows color (decimal): -7048239 or 13726612. OLE color: 13726612.

HSL color Cylindrical-coordinate representation of color #9473D1: hue angle of 261.06º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9473D1 is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 115 209 -
CMYK 0.29 0.45 0 0.18
HSL 261.06º 0.51% 0.64% -
HSV(B) 261.06º 0.45% 0.82% -
XYZ 29.85 23.16 63.22 -
YUV 135.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 148 115 209 0.29 0.45 0 0.18 261.06 0.51 0.64
Hex 94 73 D1 1D 2D 0 12 105 33 40
Octal 224 163 321 35 55 0 22 405 63 100
Binary 10010100 1110011 11010001 11101 101101 0 10010 100000101 110011 1000000

Color Harmonies of #9473D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9473D1

Black with #9473D1

Text Example


Text Example

White with #9473D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9473D1; }

 p { color: rgb(148,115,209); }

 H1.HeaderClassName
 {
   color: #9473D1;
 }
 .AnyTagClassName
 {
   color: #9473D1;
 }
</style>

background-color css

<style>
 a { background-color: #9473D1; }

 a { background-color: rgb(148,115,209); }

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

border-color css

<style>
 span { border-color: #9473D1; }

 span { border-color: rgb(148,115,209); }

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